Hi Everyone,
I'm getting this error when running make on HDF5 src with the intel compilers:
ld: warning: libimf.so, needed by ../src/.libs/libhdf5.so, not found (try using -rpath or -rpath-link)
ld: warning: libsvml.so, needed by ../src/.libs/libhdf5.so, not found (try using -rpath or -rpath-link)
ld: warning: libintlc.so.5, needed by ../src/.libs/libhdf5.so, not found (try using -rpath or -rpath-link)
ld: .libs/testhdf5: hidden symbol `__intel_cpu_indicator_init' in /export/el6/intel/2011.0.013/composerxe-2011.0.084/compiler/lib/intel64/libirc.a(cpu_disp.o) is referenced by DSO
ld: final link failed: Nonrepresentable section on output
make[1]: *** [testhdf5] Error 1
make[1]: Leaving directory `/home/[removed]/hdf5/hdf5-1.8.16/test'
make: *** [all-recursive] Error 1
any idea why I'm getting this?