I am getting errors in the "make" of hdf5 with gfortran 6.3.1 (HDF5 version 1.8.15-patch1) such as below:
(.text+0x20): undefined reference to `main' fortranlib_test-tH5F.o: In function `th5f_mp_mountingtest_': tH5F.f90:(.text+0x1e5): undefined reference to `h5f_mp_h5fcreate_f_' tH5F.f90:(.text+0x244): undefined reference to `h5g_mp_h5gcreate_f_' tH5F.f90:(.text+0x277): undefined reference to `h5g_mp_h5gclose_f_' tH5F.f90:(.text+0x2a6): undefined reference to `h5f_mp_h5fclose_f_' .. . collect2: error: ld returned 1 exit status Makefile:880: recipe for target 'fortranlib_test' failed make[2]: *** [fortranlib_test] Error 1 make[2]: Leaving directory '/root/Downloads/hdf5-1.8.15-patch1/fortran/test' Makefile:736: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/root/Downloads/hdf5-1.8.15-patch1/fortran' Makefile:576: recipe for target 'all-recursive' failed I used ./configure --prefix=/opt/hdf5-1.8.15-patch1.gfortran_6.3.1 --enable fortran. Any ideas? I was able to build it using the Intel compiler (2016). Naomi Greenberg Principal Member of the Research Staff Electromagnetics Lab <http://www.riversideresearch.org/> www.riversideresearch.org T: 212.502.1718 | F: 212.502.1729 | line Riverside Research | 156 William Street | New York, N.Y. 10038 <http://www.riversideresearch.org/rss.xml> cid:[email protected] <https://twitter.com/RiversideRsch> cid:[email protected] <https://www.facebook.com/RiversideResearch> cid:[email protected] <https://www.linkedin.com/company/riverside-research> linkedin-new This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain proprietary, confidential or privileged information or otherwise be protected by law. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender and destroy all copies and the original message.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org Twitter: https://twitter.com/hdf5
