NOTE: The netcdf-hdf
mailing list is no longer active. The list archives are made available for historical reasons.
Thank you for your prompt response which solved the immediate problem just reported. The compilation of hdf5-1.8.2-post3 proceeds (much?) further, and now dies while trying to link a fortran library. Output beginning near the point of failure is below. Again, the system is a stock Ubuntu 8.10 i386 running GCC 4.3.2. hdf5-1.8.2-post3 is configured with: export CC='gcc' export CFLAGS='' export CPPFLAGS='' export CXX='g++' export CXXFLAGS='' export FC='gfortran' export F77='gfortran' export F90='gfortran' export FCFLAGS='' export FFLAGS='' export F90FLAGS='' export NETCDF4_ROOT=/usr/local export HDF5_ROOT=${NETCDF4_ROOT} ./configure --prefix=${HDF5_ROOT} --enable-cxx --enable-fortran --disable-shared Any help appreciated, Charlie libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_SOURCE -D_BSD_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat -Wvolatile-register-var -Wstrict-overflow -Wlogical-op -Wvla -O -fomit-frame-pointer -finline-functions -MT H5Zf.lo -MD -MP -MF .deps/H5Zf.Tpo -c H5Zf.c -o H5Zf.o >/dev/null 2>&1 mv -f .deps/H5Zf.Tpo .deps/H5Zf.Plo /bin/bash ../../libtool --mode=compile gfortran -I../../src -I../../fortran/src -I. -c -o HDF5.lo HDF5.f90 libtool: compile: gfortran -I../../src -I../../fortran/src -I. -c HDF5.f90 -fPIC -o .libs/HDF5.o libtool: compile: gfortran -I../../src -I../../fortran/src -I. -c HDF5.f90 -o HDF5.o >/dev/null 2>&1 /bin/bash ../../libtool --mode=link gfortran -I../../src -I../../fortran/src -I. -o libhdf5_fortran.la -rpath /usr/local/lib H5f90global.lo H5fortran_types.lo H5_ff.lo H5Aff.lo H5Dff.lo H5Eff.lo H5Fff.lo H5Gff.lo H5Iff.lo H5Lff.lo H5Off.lo H5Pff.lo H5Rff.lo H5Sff.lo H5Tff.lo H5Zff.lo H5_DBLE_InterfaceInclude.lo H5f90kit.lo H5_f.lo H5Af.lo H5Df.lo H5Ef.lo H5Ff.lo H5Gf.lo H5If.lo H5Lf.lo H5Of.lo H5Pf.lo H5Rf.lo H5Sf.lo H5Tf.lo H5Zf.lo HDF5.lo -lz -lm libtool: link: gfortran -shared .libs/H5f90global.o .libs/H5fortran_types.o .libs/H5_ff.o .libs/H5Aff.o .libs/H5Dff.o .libs/H5Eff.o .libs/H5Fff.o .libs/H5Gff.o .libs/H5Iff.o .libs/H5Lff.o .libs/H5Off.o .libs/H5Pff.o .libs/H5Rff.o .libs/H5Sff.o .libs/H5Tff.o .libs/H5Zff.o .libs/H5_DBLE_InterfaceInclude.o .libs/H5f90kit.o .libs/H5_f.o .libs/H5Af.o .libs/H5Df.o .libs/H5Ef.o .libs/H5Ff.o .libs/H5Gf.o .libs/H5If.o .libs/H5Lf.o .libs/H5Of.o .libs/H5Pf.o .libs/H5Rf.o .libs/H5Sf.o .libs/H5Tf.o .libs/H5Zf.o .libs/HDF5.o -lz -L/usr/lib/gcc/x86_64-linux-gnu/4.3.2 -L/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../.. -lgfortranbegin -lgfortran -lm -lc -lgcc_s -Wl,-soname -Wl,libhdf5_fortran.so.0 -o .libs/libhdf5_fortran.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libhdf5_fortran.so.0" && ln -s "libhdf5_fortran.so.0.0.0" "libhdf5_fortran.so.0") libtool: link: (cd ".libs" && rm -f "libhdf5_fortran.so" && ln -s "libhdf5_fortran.so.0.0.0" "libhdf5_fortran.so") libtool: link: ar cru .libs/libhdf5_fortran.a H5f90global.o H5fortran_types.o H5_ff.o H5Aff.o H5Dff.o H5Eff.o H5Fff.o H5Gff.o H5Iff.o H5Lff.o H5Off.o H5Pff.o H5Rff.o H5Sff.o H5Tff.o H5Zff.o H5_DBLE_InterfaceInclude.o H5f90kit.o H5_f.o H5Af.o H5Df.o H5Ef.o H5Ff.o H5Gf.o H5If.o H5Lf.o H5Of.o H5Pf.o H5Rf.o H5Sf.o H5Tf.o H5Zf.o HDF5.o libtool: link: ranlib .libs/libhdf5_fortran.a libtool: link: ( cd ".libs" && rm -f "libhdf5_fortran.la" && ln -s "../libhdf5_fortran.la" "libhdf5_fortran.la" ) make[3]: quittant le répertoire « /data/zender/tmp/hdf5-1.8.2-post3/fortran/src » make[2]: quittant le répertoire « /data/zender/tmp/hdf5-1.8.2-post3/fortran/src » Making all in test make[2]: entrant dans le répertoire « /data/zender/tmp/hdf5-1.8.2-post3/fortran/test » /bin/bash ../../libtool --mode=compile gfortran -I../../fortran/src -I../../fortran/src -I. -c -o tf.lo tf.f90 libtool: compile: gfortran -I../../fortran/src -I../../fortran/src -I. -c tf.f90 -fPIC -o .libs/tf.o libtool: compile: gfortran -I../../fortran/src -I../../fortran/src -I. -c tf.f90 -o tf.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../fortran/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_SOURCE -D_BSD_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat -Wvolatile-register-var -Wstrict-overflow -Wlogical-op -Wvla -O -fomit-frame-pointer -finline-functions -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../fortran/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_SOURCE -D_BSD_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat -Wvolatile-register-var -Wstrict-overflow -Wlogical-op -Wvla -O -fomit-frame-pointer -finline-functions -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -fPIC -DPIC -o .libs/t.o t.c: In function ‘h5_exit_c_’: t.c:128: attention : function might be possible candidate for attribute ‘noreturn’ t.c: In function ‘h5_cleanup_c_’: t.c:108: attention : ne sera jamais exécuté t.c: In function ‘h5_fixname_c_’: t.c:60: attention : ne sera jamais exécuté t.c:36: attention : ‘c_full_name’ may be used uninitialized in this function libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../fortran/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_SOURCE -D_BSD_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat -Wvolatile-register-var -Wstrict-overflow -Wlogical-op -Wvla -O -fomit-frame-pointer -finline-functions -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -o t.o >/dev/null 2>&1 mv -f .deps/t.Tpo .deps/t.Plo /bin/bash ../../libtool --mode=link gfortran -I../../fortran/src -I../../fortran/src -I. -o libh5test_fortran.la tf.lo t.lo -lz -lm libtool: link: ar cru .libs/libh5test_fortran.a .libs/tf.o .libs/t.o libtool: link: ranlib .libs/libh5test_fortran.a libtool: link: ( cd ".libs" && rm -f "libh5test_fortran.la" && ln -s "../libh5test_fortran.la" "libh5test_fortran.la" ) gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-fortranlib_test.o `test -f 'fortranlib_test.f90' || echo './'`fortranlib_test.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5F.o `test -f 'tH5F.f90' || echo './'`tH5F.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5D.o `test -f 'tH5D.f90' || echo './'`tH5D.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5R.o `test -f 'tH5R.f90' || echo './'`tH5R.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5S.o `test -f 'tH5S.f90' || echo './'`tH5S.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5T.o `test -f 'tH5T.f90' || echo './'`tH5T.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5VL.o `test -f 'tH5VL.f90' || echo './'`tH5VL.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5Z.o `test -f 'tH5Z.f90' || echo './'`tH5Z.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5Sselect.o `test -f 'tH5Sselect.f90' || echo './'`tH5Sselect.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5P.o `test -f 'tH5P.f90' || echo './'`tH5P.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5A.o `test -f 'tH5A.f90' || echo './'`tH5A.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5I.o `test -f 'tH5I.f90' || echo './'`tH5I.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5G.o `test -f 'tH5G.f90' || echo './'`tH5G.f90 gfortran -I../../fortran/src -I../../fortran/src -I. -c -o fortranlib_test-tH5E.o `test -f 'tH5E.f90' || echo './'`tH5E.f90 /bin/bash ../../libtool --mode=link gfortran -I../../fortran/src -I../../fortran/src -I. -o fortranlib_test fortranlib_test-fortranlib_test.o fortranlib_test-tH5F.o fortranlib_test-tH5D.o fortranlib_test-tH5R.o fortranlib_test-tH5S.o fortranlib_test-tH5T.o fortranlib_test-tH5VL.o fortranlib_test-tH5Z.o fortranlib_test-tH5Sselect.o fortranlib_test-tH5P.o fortranlib_test-tH5A.o fortranlib_test-tH5I.o fortranlib_test-tH5G.o fortranlib_test-tH5E.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -lm libtool: link: gfortran -I../../fortran/src -I../../fortran/src -I. -o .libs/fortranlib_test fortranlib_test-fortranlib_test.o fortranlib_test-tH5F.o fortranlib_test-tH5D.o fortranlib_test-tH5R.o fortranlib_test-tH5S.o fortranlib_test-tH5T.o fortranlib_test-tH5VL.o fortranlib_test-tH5Z.o fortranlib_test-tH5Sselect.o fortranlib_test-tH5P.o fortranlib_test-tH5A.o fortranlib_test-tH5I.o fortranlib_test-tH5G.o fortranlib_test-tH5E.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so ../../src/.libs/libhdf5.so -lz -lm fortranlib_test-tH5F.o: In function `mountingtest_': tH5F.f90:(.text+0x105): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0x140): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0x182): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5F.f90:(.text+0x27f): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5F.f90:(.text+0x31c): undefined reference to `__h5global_MOD_h5t_native_integer' tH5F.f90:(.text+0x387): undefined reference to `__h5global_MOD_h5t_native_integer' tH5F.f90:(.text+0x5f3): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5F.f90:(.text+0x637): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5F.f90:(.text+0x94c): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0x994): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5F.o: In function `reopentest_': tH5F.f90:(.text+0xa61): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0xaff): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5F.f90:(.text+0xb9c): undefined reference to `__h5global_MOD_h5t_native_integer' tH5F.f90:(.text+0xc07): undefined reference to `__h5global_MOD_h5t_native_integer' tH5F.f90:(.text+0xe21): undefined reference to `__h5global_MOD_h5t_native_integer' tH5F.f90:(.text+0xfc9): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5F.o: In function `plisttest_': tH5F.f90:(.text+0x102b): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0x10c6): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5F.f90:(.text+0x1133): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5F.f90:(.text+0x11d3): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0x1276): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5F.f90:(.text+0x1365): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0x13ae): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5F.o: In function `file_close_': tH5F.f90:(.text+0x1429): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0x14c7): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5F.f90:(.text+0x14f8): undefined reference to `__h5global_MOD_h5p_file_access_f' tH5F.f90:(.text+0x1529): undefined reference to `__h5global_MOD_h5f_close_default_f' tH5F.f90:(.text+0x155a): undefined reference to `__h5global_MOD_h5p_file_access_f' tH5F.f90:(.text+0x158b): undefined reference to `__h5global_MOD_h5f_close_weak_f' tH5F.f90:(.text+0x15bc): undefined reference to `__h5global_MOD_h5p_file_access_f' tH5F.f90:(.text+0x15ed): undefined reference to `__h5global_MOD_h5f_close_semi_f' tH5F.f90:(.text+0x161e): undefined reference to `__h5global_MOD_h5p_file_access_f' tH5F.f90:(.text+0x164f): undefined reference to `__h5global_MOD_h5f_close_strong_f' tH5F.f90:(.text+0x1694): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5F.f90:(.text+0x16d9): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5F.f90:(.text+0x1825): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5F.f90:(.text+0x18bf): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5F.f90:(.text+0x1949): undefined reference to `__h5global_MOD_h5f_obj_all_f' tH5F.f90:(.text+0x19fb): undefined reference to `__h5global_MOD_h5f_obj_file_f' tH5F.f90:(.text+0x1c4a): undefined reference to `__h5global_MOD_h5f_obj_file_f' tH5F.f90:(.text+0x1e94): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5F.o: In function `file_space_': tH5F.f90:(.text+0x1f47): undefined reference to `__h5global_MOD_h5p_default_f' tH5F.f90:(.text+0x1fe2): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5F.f90:(.text+0x2364): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5D.o: In function `datasettest_': tH5D.f90:(.text+0x9e): undefined reference to `__h5global_MOD_h5p_default_f' tH5D.f90:(.text+0x13c): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5D.f90:(.text+0x1a9): undefined reference to `__h5global_MOD_h5s_null_f' tH5D.f90:(.text+0x20a): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0x270): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0x2db): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0x337): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0x457): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5D.f90:(.text+0x58f): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0x5e3): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0x8a0): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5D.o: In function `extenddsettest_': tH5D.f90:(.text+0x96f): undefined reference to `__h5global_MOD_h5p_default_f' tH5D.f90:(.text+0xa0d): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5D.f90:(.text+0xa86): undefined reference to `__h5global_MOD_h5s_unlimited_f' tH5D.f90:(.text+0xa98): undefined reference to `__h5global_MOD_h5s_unlimited_f' tH5D.f90:(.text+0xb2e): undefined reference to `__h5global_MOD_h5p_dataset_create_f' tH5D.f90:(.text+0xbc8): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0xcc5): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0xdb9): undefined reference to `__h5global_MOD_h5f_acc_rdonly_f' tH5D.f90:(.text+0x1044): undefined reference to `__h5global_MOD_h5t_native_integer' tH5D.f90:(.text+0x12e4): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5R.o: In function `refobjtest_': tH5R.f90:(.text+0x31): undefined reference to `__h5global_MOD_h5p_default_f' tH5R.f90:(.text+0xcf): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5R.f90:(.text+0x25c): undefined reference to `__h5global_MOD_h5t_native_integer' tH5R.f90:(.text+0x2c2): undefined reference to `__h5global_MOD_h5t_std_ref_obj' tH5R.f90:(.text+0x2f8): undefined reference to `__h5global_MOD_h5t_native_real' tH5R.f90:(.text+0x5b3): undefined reference to `__h5global_MOD_h5t_std_ref_obj' tH5R.f90:(.text+0x91a): undefined reference to `__h5global_MOD_h5t_std_ref_obj' tH5R.f90:(.text+0x982): undefined reference to `__h5global_MOD_h5g_dataset_f' tH5R.f90:(.text+0x9fd): undefined reference to `__h5global_MOD_h5t_native_integer' tH5R.f90:(.text+0xa65): undefined reference to `__h5global_MOD_h5g_type_f' tH5R.f90:(.text+0xb6f): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5R.o: In function `refregtest_': tH5R.f90:(.text+0xc00): undefined reference to `__h5global_MOD_h5p_default_f' tH5R.f90:(.text+0xc9e): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5R.f90:(.text+0xd80): undefined reference to `__h5global_MOD_h5t_native_integer' tH5R.f90:(.text+0xdeb): undefined reference to `__h5global_MOD_h5t_native_integer' tH5R.f90:(.text+0xe7b): undefined reference to `__h5global_MOD_h5t_std_ref_dsetreg' tH5R.f90:(.text+0xef6): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5R.f90:(.text+0xfb5): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5R.f90:(.text+0x105f): undefined reference to `__h5global_MOD_h5t_std_ref_dsetreg' tH5R.f90:(.text+0x1159): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5R.f90:(.text+0x11fe): undefined reference to `__h5global_MOD_h5t_std_ref_dsetreg' tH5R.f90:(.text+0x15ee): undefined reference to `__h5global_MOD_h5t_native_integer' tH5R.f90:(.text+0x1734): undefined reference to `__h5global_MOD_h5t_native_integer' tH5R.f90:(.text+0x1826): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5S.o: In function `dataspace_basic_test_': tH5S.f90:(.text+0x111): undefined reference to `__h5global_MOD_h5p_default_f' tH5S.f90:(.text+0x1af): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5S.f90:(.text+0x1ef): undefined reference to `__h5global_MOD_h5p_default_f' tH5S.f90:(.text+0x28d): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5S.f90:(.text+0x790): undefined reference to `__h5global_MOD_h5t_native_integer' tH5S.f90:(.text+0x7f6): undefined reference to `__h5global_MOD_h5t_native_integer' tH5S.f90:(.text+0x861): undefined reference to `__h5global_MOD_h5t_native_integer' tH5S.f90:(.text+0x8c7): undefined reference to `__h5global_MOD_h5t_native_integer' tH5S.f90:(.text+0x92d): undefined reference to `__h5global_MOD_h5t_native_integer' fortranlib_test-tH5S.o:tH5S.f90:(.text+0xad3): more undefined references to `__h5global_MOD_h5t_native_integer' follow fortranlib_test-tH5S.o: In function `dataspace_basic_test_': tH5S.f90:(.text+0xd6c): undefined reference to `__h5global_MOD_h5p_default_f' tH5S.f90:(.text+0xdb5): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5T.o: In function `compoundtest_': tH5T.f90:(.text+0x146): undefined reference to `__h5global_MOD_h5p_dataset_xfer_f' tH5T.f90:(.text+0x1ba): undefined reference to `__h5global_MOD_h5p_default_f' tH5T.f90:(.text+0x258): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5T.f90:(.text+0x2c5): undefined reference to `__h5global_MOD_h5t_native_character' tH5T.f90:(.text+0x36a): undefined reference to `__h5global_MOD_h5t_native_integer' tH5T.f90:(.text+0x39e): undefined reference to `__h5global_MOD_h5t_native_double' tH5T.f90:(.text+0x3d2): undefined reference to `__h5global_MOD_h5t_native_real' tH5T.f90:(.text+0x437): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x4e1): undefined reference to `__h5global_MOD_h5t_native_integer' tH5T.f90:(.text+0x540): undefined reference to `__h5global_MOD_h5t_native_double' tH5T.f90:(.text+0x59f): undefined reference to `__h5global_MOD_h5t_native_real' tH5T.f90:(.text+0x644): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x6cc): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x718): undefined reference to `__h5global_MOD_h5t_native_integer' tH5T.f90:(.text+0x755): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x7a1): undefined reference to `__h5global_MOD_h5t_native_double' tH5T.f90:(.text+0x7de): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x82a): undefined reference to `__h5global_MOD_h5t_native_real' tH5T.f90:(.text+0xb4a): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0xb96): undefined reference to `__h5global_MOD_h5t_native_character' tH5T.f90:(.text+0xbe7): undefined reference to `__h5global_MOD_h5t_native_real' tH5T.f90:(.text+0xd45): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5T.f90:(.text+0xe13): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x1338): undefined reference to `__h5global_MOD_h5t_string_f' tH5T.f90:(.text+0x148b): undefined reference to `__h5global_MOD_h5t_native_integer' tH5T.f90:(.text+0x1571): undefined reference to `__h5global_MOD_h5t_integer_f' tH5T.f90:(.text+0x16ce): undefined reference to `__h5global_MOD_h5t_native_double' tH5T.f90:(.text+0x17b4): undefined reference to `__h5global_MOD_h5t_float_f' tH5T.f90:(.text+0x191b): undefined reference to `__h5global_MOD_h5t_native_real' tH5T.f90:(.text+0x1a01): undefined reference to `__h5global_MOD_h5t_float_f' tH5T.f90:(.text+0x1b0b): undefined reference to `__h5global_MOD_h5t_native_character' tH5T.f90:(.text+0x1bb4): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x1d64): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x1db0): undefined reference to `__h5global_MOD_h5t_native_integer' tH5T.f90:(.text+0x1ef9): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x1f45): undefined reference to `__h5global_MOD_h5t_native_double' tH5T.f90:(.text+0x2096): undefined reference to `__h5global_MOD_h5t_compound_f' tH5T.f90:(.text+0x20e2): undefined reference to `__h5global_MOD_h5t_native_real' tH5T.f90:(.text+0x24ba): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5T.o: In function `basic_data_type_test_': tH5T.f90:(.text+0x2510): undefined reference to `__h5global_MOD_h5t_std_u16be' tH5T.f90:(.text+0x261f): undefined reference to `__h5global_MOD_h5t_std_i32le' tH5T.f90:(.text+0x279e): undefined reference to `__h5global_MOD_h5t_pad_one_f' tH5T.f90:(.text+0x27a3): undefined reference to `__h5global_MOD_h5t_pad_one_f' tH5T.f90:(.text+0x2804): undefined reference to `__h5global_MOD_h5t_pad_one_f' tH5T.f90:(.text+0x2811): undefined reference to `__h5global_MOD_h5t_pad_one_f' tH5T.f90:(.text+0x288e): undefined reference to `__h5global_MOD_h5t_native_integer' tH5T.f90:(.text+0x28bb): undefined reference to `__h5global_MOD_h5t_sgn_2_f' tH5T.f90:(.text+0x2938): undefined reference to `__h5global_MOD_h5t_ieee_f64be' tH5T.f90:(.text+0x2969): undefined reference to `__h5global_MOD_h5t_ieee_f32le' tH5T.f90:(.text+0x2b58): undefined reference to `__h5global_MOD_h5t_norm_msbset_f' tH5T.f90:(.text+0x2bb5): undefined reference to `__h5global_MOD_h5t_norm_msbset_f' tH5T.f90:(.text+0x2c32): undefined reference to `__h5global_MOD_h5t_norm_none_f' tH5T.f90:(.text+0x2c8f): undefined reference to `__h5global_MOD_h5t_norm_none_f' tH5T.f90:(.text+0x2d0c): undefined reference to `__h5global_MOD_h5t_pad_zero_f' tH5T.f90:(.text+0x2d69): undefined reference to `__h5global_MOD_h5t_pad_zero_f' tH5T.f90:(.text+0x2de6): undefined reference to `__h5global_MOD_h5t_pad_one_f' tH5T.f90:(.text+0x2e43): undefined reference to `__h5global_MOD_h5t_pad_one_f' tH5T.f90:(.text+0x2ec0): undefined reference to `__h5global_MOD_h5t_pad_background_f' tH5T.f90:(.text+0x2f1d): undefined reference to `__h5global_MOD_h5t_pad_background_f' tH5T.f90:(.text+0x2f9a): undefined reference to `__h5global_MOD_h5t_native_character' tH5T.f90:(.text+0x2fcb): undefined reference to `__h5global_MOD_h5t_cset_ascii_f' tH5T.f90:(.text+0x3028): undefined reference to `__h5global_MOD_h5t_cset_ascii_f' tH5T.f90:(.text+0x30a5): undefined reference to `__h5global_MOD_h5t_str_nullpad_f' tH5T.f90:(.text+0x3102): undefined reference to `__h5global_MOD_h5t_str_nullpad_f' tH5T.f90:(.text+0x317f): undefined reference to `__h5global_MOD_h5t_str_spacepad_f' tH5T.f90:(.text+0x31dc): undefined reference to `__h5global_MOD_h5t_str_spacepad_f' fortranlib_test-tH5T.o: In function `enumtest_': tH5T.f90:(.text+0x3380): undefined reference to `__h5global_MOD_h5p_default_f' tH5T.f90:(.text+0x341e): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5T.f90:(.text+0x344f): undefined reference to `__h5global_MOD_h5t_native_integer' tH5T.f90:(.text+0x3626): undefined reference to `__h5global_MOD_h5t_dir_ascend_f' tH5T.f90:(.text+0x3687): undefined reference to `__h5global_MOD_h5t_native_integer' tH5T.f90:(.text+0x370b): undefined reference to `__h5global_MOD_h5t_enum_f' tH5T.f90:(.text+0x3984): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5T.o: In function `test_derived_flt_': tH5T.f90:(.text+0x39e9): undefined reference to `__h5global_MOD_h5p_default_f' tH5T.f90:(.text+0x3a88): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5T.f90:(.text+0x3aba): undefined reference to `__h5global_MOD_h5p_dataset_xfer_f' tH5T.f90:(.text+0x3aec): undefined reference to `__h5global_MOD_h5t_ieee_f64le' tH5T.f90:(.text+0x3b1e): undefined reference to `__h5global_MOD_h5t_ieee_f32le' tH5T.f90:(.text+0x3c5f): undefined reference to `__h5global_MOD_h5t_pad_zero_f' tH5T.f90:(.text+0x3c64): undefined reference to `__h5global_MOD_h5t_pad_zero_f' tH5T.f90:(.text+0x408d): undefined reference to `__h5global_MOD_h5t_pad_zero_f' tH5T.f90:(.text+0x4092): undefined reference to `__h5global_MOD_h5t_pad_zero_f' tH5T.f90:(.text+0x4484): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5VL.o: In function `vl_test_integer_': tH5VL.f90:(.text+0x14c): undefined reference to `__h5global_MOD_h5p_default_f' tH5VL.f90:(.text+0x1ea): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5VL.f90:(.text+0x257): undefined reference to `__h5global_MOD_h5t_native_integer' tH5VL.f90:(.text+0x3c4): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5VL.f90:(.text+0x7e7): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5VL.o: In function `vl_test_real_': tH5VL.f90:(.text+0x96e): undefined reference to `__h5global_MOD_h5p_default_f' tH5VL.f90:(.text+0xa0c): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5VL.f90:(.text+0xa79): undefined reference to `__h5global_MOD_h5t_native_real' tH5VL.f90:(.text+0xcb9): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5VL.f90:(.text+0x10e3): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5VL.o: In function `vl_test_string_': tH5VL.f90:(.text+0x11cc): undefined reference to `__h5global_MOD_h5p_default_f' tH5VL.f90:(.text+0x126a): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5VL.f90:(.text+0x1307): undefined reference to `__h5global_MOD_h5t_string' tH5VL.f90:(.text+0x144b): undefined reference to `__h5global_MOD_h5t_string' tH5VL.f90:(.text+0x14e7): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5VL.f90:(.text+0x1594): undefined reference to `__h5global_MOD_h5t_string' tH5VL.f90:(.text+0x17de): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5Z.o: In function `filters_test_': tH5Z.f90:(.text+0x32): undefined reference to `__h5global_MOD_h5z_filter_deflate_f' tH5Z.f90:(.text+0x6e): undefined reference to `__h5global_MOD_h5p_dataset_create_f' tH5Z.f90:(.text+0x131): undefined reference to `__h5global_MOD_h5z_filter_shuffle_f' tH5Z.f90:(.text+0x16d): undefined reference to `__h5global_MOD_h5p_dataset_create_f' tH5Z.f90:(.text+0x22b): undefined reference to `__h5global_MOD_h5z_filter_fletcher32_f' tH5Z.f90:(.text+0x267): undefined reference to `__h5global_MOD_h5p_dataset_create_f' tH5Z.f90:(.text+0x325): undefined reference to `__h5global_MOD_h5p_dataset_xfer_f' tH5Z.f90:(.text+0x356): undefined reference to `__h5global_MOD_h5z_disable_edc_f' tH5Z.f90:(.text+0x3b3): undefined reference to `__h5global_MOD_h5z_disable_edc_f' tH5Z.f90:(.text+0x45c): undefined reference to `__h5global_MOD_h5z_filter_fletcher32_f' tH5Z.f90:(.text+0x498): undefined reference to `__h5global_MOD_h5z_filter_shuffle_f' tH5Z.f90:(.text+0x4d4): undefined reference to `__h5global_MOD_h5p_dataset_create_f' tH5Z.f90:(.text+0x601): undefined reference to `__h5global_MOD_h5z_filter_shuffle_f' tH5Z.f90:(.text+0x6d6): undefined reference to `__h5global_MOD_h5z_filter_all_f' fortranlib_test-tH5Z.o: In function `szip_test_': tH5Z.f90:(.text+0x7fb): undefined reference to `__h5global_MOD_h5z_filter_szip_f' tH5Z.f90:(.text+0x849): undefined reference to `__h5global_MOD_h5z_filter_szip_f' tH5Z.f90:(.text+0x87e): undefined reference to `__h5global_MOD_h5z_filter_encode_enabled_f' tH5Z.f90:(.text+0x884): undefined reference to `__h5global_MOD_h5z_filter_decode_enabled_f' tH5Z.f90:(.text+0x8b5): undefined reference to `__h5global_MOD_h5z_filter_decode_enabled_f' tH5Z.f90:(.text+0x8eb): undefined reference to `__h5global_MOD_h5z_filter_encode_enabled_f' tH5Z.f90:(.text+0x8fb): undefined reference to `__h5global_MOD_h5_szip_nn_om_f' tH5Z.f90:(.text+0x99d): undefined reference to `__h5global_MOD_h5p_default_f' tH5Z.f90:(.text+0xa3b): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5Z.f90:(.text+0xaa8): undefined reference to `__h5global_MOD_h5p_dataset_create_f' tH5Z.f90:(.text+0xbec): undefined reference to `__h5global_MOD_h5z_filter_szip_f' tH5Z.f90:(.text+0xc50): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Z.f90:(.text+0xcb9): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Z.f90:(.text+0xd8e): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5Z.f90:(.text+0xea2): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Z.f90:(.text+0x1175): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5Sselect.o: In function `test_select_hyperslab_': tH5Sselect.f90:(.text+0xa3): undefined reference to `__h5global_MOD_h5p_default_f' tH5Sselect.f90:(.text+0x141): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5Sselect.f90:(.text+0x1de): undefined reference to `__h5global_MOD_h5t_std_i32be' tH5Sselect.f90:(.text+0x249): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0x311): undefined reference to `__h5global_MOD_h5f_acc_rdonly_f' tH5Sselect.f90:(.text+0x3ce): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x456): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x4cb): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0x5bd): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5Sselect.o: In function `test_select_element_': tH5Sselect.f90:(.text+0x6ee): undefined reference to `__h5global_MOD_h5p_default_f' tH5Sselect.f90:(.text+0x78c): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5Sselect.f90:(.text+0x7cc): undefined reference to `__h5global_MOD_h5p_default_f' tH5Sselect.f90:(.text+0x86a): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5Sselect.f90:(.text+0x943): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0x9a9): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0xa14): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0xa6a): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0xbb6): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5Sselect.f90:(.text+0xbfa): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5Sselect.f90:(.text+0xd4d): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0xdad): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0xe35): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0xfad): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5Sselect.f90:(.text+0xff1): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5Sselect.f90:(.text+0x10d9): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0x112f): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0x121e): undefined reference to `__h5global_MOD_h5p_default_f' tH5Sselect.f90:(.text+0x1267): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5Sselect.o: In function `test_basic_select_': tH5Sselect.f90:(.text+0x13be): undefined reference to `__h5global_MOD_h5p_default_f' tH5Sselect.f90:(.text+0x145c): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5Sselect.f90:(.text+0x14f9): undefined reference to `__h5global_MOD_h5t_std_i32be' tH5Sselect.f90:(.text+0x1564): undefined reference to `__h5global_MOD_h5t_native_integer' tH5Sselect.f90:(.text+0x162c): undefined reference to `__h5global_MOD_h5f_acc_rdonly_f' tH5Sselect.f90:(.text+0x1774): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x1c78): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x1e48): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5Sselect.o: In function `test_select_point_': tH5Sselect.f90:(.text+0x1ef3): undefined reference to `__h5global_MOD_h5p_default_f' tH5Sselect.f90:(.text+0x1f70): undefined reference to `__h5global_MOD_h5p_default_f' tH5Sselect.f90:(.text+0x2001): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5Sselect.f90:(.text+0x220b): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x2586): undefined reference to `__h5global_MOD_h5s_select_append_f' tH5Sselect.f90:(.text+0x2893): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x2b26): undefined reference to `__h5global_MOD_h5s_select_prepend_f' tH5Sselect.f90:(.text+0x2d08): undefined reference to `__h5global_MOD_h5t_native_character' tH5Sselect.f90:(.text+0x2d70): undefined reference to `__h5global_MOD_h5t_native_character' tH5Sselect.f90:(.text+0x2efc): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x31ad): undefined reference to `__h5global_MOD_h5s_select_append_f' tH5Sselect.f90:(.text+0x3429): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5Sselect.o: In function `test_select_combine_': tH5Sselect.f90:(.text+0x354a): undefined reference to `__h5global_MOD_h5s_sel_all_f' tH5Sselect.f90:(.text+0x3615): undefined reference to `__h5global_MOD_h5s_sel_none_f' tH5Sselect.f90:(.text+0x37b8): undefined reference to `__h5global_MOD_h5s_select_or_f' tH5Sselect.f90:(.text+0x381e): undefined reference to `__h5global_MOD_h5s_sel_all_f' tH5Sselect.f90:(.text+0x39ed): undefined reference to `__h5global_MOD_h5s_select_and_f' tH5Sselect.f90:(.text+0x3a53): undefined reference to `__h5global_MOD_h5s_sel_hyperslabs_f' tH5Sselect.f90:(.text+0x3da5): undefined reference to `__h5global_MOD_h5s_select_xor_f' tH5Sselect.f90:(.text+0x3e0b): undefined reference to `__h5global_MOD_h5s_sel_hyperslabs_f' tH5Sselect.f90:(.text+0x41ff): undefined reference to `__h5global_MOD_h5s_select_notb_f' tH5Sselect.f90:(.text+0x4265): undefined reference to `__h5global_MOD_h5s_sel_hyperslabs_f' tH5Sselect.f90:(.text+0x4659): undefined reference to `__h5global_MOD_h5s_select_nota_f' tH5Sselect.f90:(.text+0x46bf): undefined reference to `__h5global_MOD_h5s_sel_none_f' tH5Sselect.f90:(.text+0x488e): undefined reference to `__h5global_MOD_h5s_select_or_f' tH5Sselect.f90:(.text+0x48f4): undefined reference to `__h5global_MOD_h5s_sel_hyperslabs_f' tH5Sselect.f90:(.text+0x4cfb): undefined reference to `__h5global_MOD_h5s_select_and_f' tH5Sselect.f90:(.text+0x4d61): undefined reference to `__h5global_MOD_h5s_sel_none_f' tH5Sselect.f90:(.text+0x4f30): undefined reference to `__h5global_MOD_h5s_select_xor_f' tH5Sselect.f90:(.text+0x4f96): undefined reference to `__h5global_MOD_h5s_sel_hyperslabs_f' tH5Sselect.f90:(.text+0x539d): undefined reference to `__h5global_MOD_h5s_select_notb_f' tH5Sselect.f90:(.text+0x5403): undefined reference to `__h5global_MOD_h5s_sel_none_f' tH5Sselect.f90:(.text+0x55d2): undefined reference to `__h5global_MOD_h5s_select_nota_f' tH5Sselect.f90:(.text+0x5638): undefined reference to `__h5global_MOD_h5s_sel_hyperslabs_f' fortranlib_test-tH5Sselect.o: In function `test_select_bounds_': tH5Sselect.f90:(.text+0x5d2f): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x61d7): undefined reference to `__h5global_MOD_h5s_select_set_f' tH5Sselect.f90:(.text+0x6682): undefined reference to `__h5global_MOD_h5s_select_or_f' fortranlib_test-tH5P.o: In function `external_test_': tH5P.f90:(.text+0x39): undefined reference to `__h5global_MOD_h5p_default_f' tH5P.f90:(.text+0xd7): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5P.f90:(.text+0x108): undefined reference to `__h5global_MOD_h5p_dataset_xfer_f' tH5P.f90:(.text+0x23e): undefined reference to `__h5global_MOD_h5p_dataset_create_f' tH5P.f90:(.text+0x27f): undefined reference to `__h5global_MOD_h5t_native_integer' tH5P.f90:(.text+0x372): undefined reference to `__h5global_MOD_h5t_native_integer' tH5P.f90:(.text+0x44c): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5P.f90:(.text+0x761): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5P.o: In function `multi_file_test_': tH5P.f90:(.text+0x7b0): undefined reference to `__h5global_MOD_h5fd_mem_ntypes_f' tH5P.f90:(.text+0x87b): undefined reference to `__h5global_MOD_h5fd_mem_ntypes_f' tH5P.f90:(.text+0x938): undefined reference to `__h5global_MOD_h5fd_mem_ntypes_f' tH5P.f90:(.text+0xa03): undefined reference to `__h5global_MOD_h5fd_mem_ntypes_f' tH5P.f90:(.text+0xac0): undefined reference to `__h5global_MOD_h5fd_mem_ntypes_f' fortranlib_test-tH5P.o:tH5P.f90:(.text+0xb8b): more undefined references to `__h5global_MOD_h5fd_mem_ntypes_f' follow fortranlib_test-tH5P.o: In function `multi_file_test_': tH5P.f90:(.text+0xde6): undefined reference to `__h5global_MOD_h5p_default_f' tH5P.f90:(.text+0xe2b): undefined reference to `__h5global_MOD_h5fd_mem_super_f' tH5P.f90:(.text+0xea8): undefined reference to `__h5global_MOD_h5fd_mem_super_f' tH5P.f90:(.text+0xeb1): undefined reference to `__h5global_MOD_h5fd_mem_super_f' tH5P.f90:(.text+0xebe): undefined reference to `__h5global_MOD_h5fd_mem_super_f' tH5P.f90:(.text+0xed3): undefined reference to `__h5global_MOD_h5fd_mem_btree_f' tH5P.f90:(.text+0xedc): undefined reference to `__h5global_MOD_h5fd_mem_btree_f' tH5P.f90:(.text+0xee9): undefined reference to `__h5global_MOD_h5fd_mem_btree_f' tH5P.f90:(.text+0xefe): undefined reference to `__h5global_MOD_h5fd_mem_draw_f' tH5P.f90:(.text+0xf07): undefined reference to `__h5global_MOD_h5fd_mem_draw_f' tH5P.f90:(.text+0xf14): undefined reference to `__h5global_MOD_h5fd_mem_draw_f' tH5P.f90:(.text+0xf29): undefined reference to `__h5global_MOD_h5fd_mem_gheap_f' tH5P.f90:(.text+0xf32): undefined reference to `__h5global_MOD_h5fd_mem_gheap_f' tH5P.f90:(.text+0xf3f): undefined reference to `__h5global_MOD_h5fd_mem_gheap_f' tH5P.f90:(.text+0xf54): undefined reference to `__h5global_MOD_h5fd_mem_lheap_f' tH5P.f90:(.text+0xf5d): undefined reference to `__h5global_MOD_h5fd_mem_lheap_f' tH5P.f90:(.text+0xf6a): undefined reference to `__h5global_MOD_h5fd_mem_lheap_f' tH5P.f90:(.text+0xf7f): undefined reference to `__h5global_MOD_h5fd_mem_ohdr_f' tH5P.f90:(.text+0xf88): undefined reference to `__h5global_MOD_h5fd_mem_ohdr_f' tH5P.f90:(.text+0xf95): undefined reference to `__h5global_MOD_h5fd_mem_ohdr_f' tH5P.f90:(.text+0x1029): undefined reference to `__h5global_MOD_h5fd_mem_super_f' tH5P.f90:(.text+0x1056): undefined reference to `__h5global_MOD_h5fd_mem_super_f' tH5P.f90:(.text+0x1087): undefined reference to `__h5global_MOD_h5fd_mem_btree_f' tH5P.f90:(.text+0x10b4): undefined reference to `__h5global_MOD_h5fd_mem_btree_f' tH5P.f90:(.text+0x10e5): undefined reference to `__h5global_MOD_h5fd_mem_draw_f' tH5P.f90:(.text+0x1112): undefined reference to `__h5global_MOD_h5fd_mem_draw_f' tH5P.f90:(.text+0x1143): undefined reference to `__h5global_MOD_h5fd_mem_gheap_f' tH5P.f90:(.text+0x1170): undefined reference to `__h5global_MOD_h5fd_mem_gheap_f' tH5P.f90:(.text+0x11a1): undefined reference to `__h5global_MOD_h5fd_mem_lheap_f' tH5P.f90:(.text+0x11ce): undefined reference to `__h5global_MOD_h5fd_mem_lheap_f' tH5P.f90:(.text+0x11ff): undefined reference to `__h5global_MOD_h5fd_mem_ohdr_f' tH5P.f90:(.text+0x122c): undefined reference to `__h5global_MOD_h5fd_mem_ohdr_f' tH5P.f90:(.text+0x12e0): undefined reference to `__h5global_MOD_h5p_default_f' tH5P.f90:(.text+0x1364): undefined reference to `__h5global_MOD_h5p_file_access_f' tH5P.f90:(.text+0x147e): undefined reference to `__h5global_MOD_h5fd_multi_f' tH5P.f90:(.text+0x15ba): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5P.f90:(.text+0x16d4): undefined reference to `__h5global_MOD_h5t_native_integer' tH5P.f90:(.text+0x173f): undefined reference to `__h5global_MOD_h5t_native_integer' tH5P.f90:(.text+0x1820): undefined reference to `__h5global_MOD_h5p_file_access_f' tH5P.f90:(.text+0x1896): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5P.f90:(.text+0x19bd): undefined reference to `__h5global_MOD_h5t_native_integer' tH5P.f90:(.text+0x1c44): undefined reference to `__h5global_MOD_h5p_default_f' tH5P.f90:(.text+0x1c8d): undefined reference to `__h5global_MOD_h5p_default_f' tH5P.f90:(.text+0x1cd6): undefined reference to `__h5global_MOD_h5p_default_f' tH5P.f90:(.text+0x1d1f): undefined reference to `__h5global_MOD_h5p_default_f' tH5P.f90:(.text+0x1d68): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5P.o:tH5P.f90:(.text+0x1db1): more undefined references to `__h5global_MOD_h5p_default_f' follow fortranlib_test-tH5A.o: In function `attribute_test_': tH5A.f90:(.text+0x1b5): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5A.f90:(.text+0x26a): undefined reference to `__h5global_MOD_h5t_native_integer' tH5A.f90:(.text+0x2e7): undefined reference to `__h5global_MOD_h5t_native_integer' tH5A.f90:(.text+0x3a2): undefined reference to `__h5global_MOD_h5s_null_f' tH5A.f90:(.text+0x3dc): undefined reference to `__h5global_MOD_h5t_native_character' tH5A.f90:(.text+0x452): undefined reference to `__h5global_MOD_h5t_native_character' tH5A.f90:(.text+0x48c): undefined reference to `__h5global_MOD_h5t_native_double' tH5A.f90:(.text+0x4c6): undefined reference to `__h5global_MOD_h5t_native_real' tH5A.f90:(.text+0x500): undefined reference to `__h5global_MOD_h5t_native_integer' tH5A.f90:(.text+0xe44): undefined reference to `__h5global_MOD_h5f_acc_rdwr_f' tH5A.f90:(.text+0x137d): undefined reference to `__h5global_MOD_h5t_native_character' tH5A.f90:(.text+0x154d): undefined reference to `__h5global_MOD_h5t_native_character' tH5A.f90:(.text+0x162a): undefined reference to `__h5global_MOD_h5t_native_double' tH5A.f90:(.text+0x1710): undefined reference to `__h5global_MOD_h5t_native_real' tH5A.f90:(.text+0x183f): undefined reference to `__h5global_MOD_h5t_native_integer' tH5A.f90:(.text+0x1967): undefined reference to `__h5global_MOD_h5t_native_integer' tH5A.f90:(.text+0x1ebd): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5I.o: In function `identifier_test_': tH5I.f90:(.text+0x31): undefined reference to `__h5global_MOD_h5p_default_f' tH5I.f90:(.text+0xcf): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5I.f90:(.text+0x1c6): undefined reference to `__h5global_MOD_h5t_native_integer' tH5I.f90:(.text+0x49c): undefined reference to `__h5global_MOD_h5t_native_integer' tH5I.f90:(.text+0x509): undefined reference to `__h5global_MOD_h5t_native_integer' tH5I.f90:(.text+0x60e): undefined reference to `__h5global_MOD_h5i_file_f' tH5I.f90:(.text+0x663): undefined reference to `__h5global_MOD_h5i_group_f' tH5I.f90:(.text+0x6b8): undefined reference to `__h5global_MOD_h5i_datatype_f' tH5I.f90:(.text+0x70d): undefined reference to `__h5global_MOD_h5i_dataspace_f' tH5I.f90:(.text+0x762): undefined reference to `__h5global_MOD_h5i_dataset_f' tH5I.f90:(.text+0x7b7): undefined reference to `__h5global_MOD_h5i_attr_f' tH5I.f90:(.text+0x94d): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5I.f90:(.text+0xb63): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5G.o: In function `group_test_': tH5G.f90:(.text+0x31): undefined reference to `__h5global_MOD_h5p_default_f' tH5G.f90:(.text+0xcf): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5G.f90:(.text+0x220): undefined reference to `__h5global_MOD_h5t_native_integer' tH5G.f90:(.text+0x281): undefined reference to `__h5global_MOD_h5t_native_integer' tH5G.f90:(.text+0x2e2): undefined reference to `__h5global_MOD_h5t_native_integer' tH5G.f90:(.text+0x33b): undefined reference to `__h5global_MOD_h5t_native_integer' tH5G.f90:(.text+0x386): undefined reference to `__h5global_MOD_h5g_link_hard_f' tH5G.f90:(.text+0x3d3): undefined reference to `__h5global_MOD_h5g_link_hard_f' tH5G.f90:(.text+0x423): undefined reference to `__h5global_MOD_h5g_link_soft_f' tH5G.f90:(.text+0x46e): undefined reference to `__h5global_MOD_h5g_link_soft_f' tH5G.f90:(.text+0xb8f): undefined reference to `__h5global_MOD_h5p_default_f' fortranlib_test-tH5E.o: In function `error_report_test_': tH5E.f90:(.text+0x64): undefined reference to `__h5global_MOD_h5p_default_f' tH5E.f90:(.text+0x102): undefined reference to `__h5global_MOD_h5f_acc_trunc_f' tH5E.f90:(.text+0x161): undefined reference to `__h5global_MOD_h5p_default_f' tH5E.f90:(.text+0x265): undefined reference to `__h5global_MOD_h5p_default_f' tH5E.f90:(.text+0x2ae): undefined reference to `__h5global_MOD_h5p_default_f' collect2: ld returned 1 exit status make[2]: *** [fortranlib_test] Erreur 1 make[2]: quittant le répertoire « /data/zender/tmp/hdf5-1.8.2-post3/fortran/test » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /data/zender/tmp/hdf5-1.8.2-post3/fortran » make: *** [all-recursive] Erreur 1 zender@neige:/data/zender/tmp/hdf5-1.8.2-post3$ -- Charlie Zender, Department of Earth System Science University of California, Irvine (949) 824-2987 :)
netcdf-hdf
archives: