PHDF5 Installation Issue - Make errors

Hi,

I have been trying to install hdf5 with the parallel option and ran
configure using the following options:

./configure --prefix=/opt/hdf5-1.6.10 --with-szlib=/opt/szip-2.1
--with-zlib=/lib64 --enable-fortran --enable-linux-lfs --enable-debug=all
--enable-parallel

Also set environment variables using

export CC=mpicc and export FC=mpif90

After successful configuration, I ran make which failed due to errors.
Please see output below. I already had mpich2 installed on my system and I
have sucessfully used mpi calls several times in my Fortran programs.

Can someone please point out as to what the issue might be and how can it be
remedied? Thanks a lot for your time and effort.

Regards.

Vaibhav.

Output below this line:

···

**********************************************
neuron:/home/vthakore/My_Downloads/hdf5-1.6.10 # make
make lib
make[1]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
(cd lib && make lib) || exit 1;
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/lib'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/lib'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
mpif90 -I. -I. -c H5fortran_types.f90 -o H5fortran_types.o
echo timestamp > H5fortran_types.lo
mpif90 -I. -I. -c H5f90global.f90 -o H5f90global.o
echo timestamp > H5f90global.lo
mpif90 -I. -I. -c H5_ff.f90 -o H5_ff.o
echo timestamp > H5_ff.lo
mpif90 -I. -I. -c H5Rff.f90 -o H5Rff.o
echo timestamp > H5Rff.lo
mpif90 -I. -I. -c H5Fff.f90 -o H5Fff.o
echo timestamp > H5Fff.lo
mpif90 -I. -I. -c H5Sff.f90 -o H5Sff.o
echo timestamp > H5Sff.lo
mpif90 -I. -I. -c H5Dff.f90 -o H5Dff.o
echo timestamp > H5Dff.lo
mpif90 -I. -I. -c H5Gff.f90 -o H5Gff.o
echo timestamp > H5Gff.lo
mpif90 -I. -I. -c H5Aff.f90 -o H5Aff.o
echo timestamp > H5Aff.lo
mpif90 -I. -I. -c H5Tff.f90 -o H5Tff.o
echo timestamp > H5Tff.lo
mpif90 -I. -I. -c H5Pff.f90 -o H5Pff.o
echo timestamp > H5Pff.lo
mpif90 -I. -I. -c H5Iff.f90 -o H5Iff.o
echo timestamp > H5Iff.lo
mpif90 -I. -I. -c H5Eff.f90 -o H5Eff.o
echo timestamp > H5Eff.lo
mpif90 -I. -I. -c H5Zff.f90 -o H5Zff.o
echo timestamp > H5Zff.lo
mpif90 -I. -I. -c H5FDmpioff.f90 -o H5FDmpioff.o
echo timestamp > H5FDmpioff.lo
mpif90 -I. -I. -c HDF5mpio.f90 -o HDF5mpio.o
echo timestamp > HDF5mpio.lo
rm -fr .libs/libhdf5_fortran.la .libs/libhdf5_fortran.*
.libs/libhdf5_fortran.*
ar cru .libs/libhdf5_fortran.a H5f90kit.o H5_f.o H5Rf.o H5Ff.o H5Sf.o
H5Df.o H5Gf.o H5Af.o H5Tf.o H5Pf.o H5If.o H5Ef.o H5Zf.o H5FDmpiof.o
H5fortran_types.o H5fortran_flags.o H5f90global.o H5_ff.o H5Rff.o H5Fff.o
H5Sff.o H5Dff.o H5Gff.o H5Aff.o H5Tff.o H5Pff.o H5Iff.o H5Eff.o H5Zff.o
H5FDmpioff.o HDF5mpio.o
ranlib .libs/libhdf5_fortran.a
creating libhdf5_fortran.la
(cd .libs && rm -f libhdf5_fortran.la && ln -s ../libhdf5_fortran.la
libhdf5_fortran.la)
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/testpar'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/testpar'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl'
make[3]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/src'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/test'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/test'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools'
make[4]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools/gif2h5'
make[4]: Nothing to be done for `lib'.
make[4]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools/gif2h5'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl'
make[1]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make progs
make[1]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5diff'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5diff'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5ls'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5ls'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/misc'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/misc'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5import'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5import'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5repack'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5repack'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5jam'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5jam'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5dump'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5dump'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Nothing to be done for `progs'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[3]: Nothing to be done for `progs'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/testpar'
make[3]: Nothing to be done for `progs'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/testpar'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl'
make[3]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/src'
make[3]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/test'
make[3]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/test'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools'
make[4]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools/gif2h5'
make[4]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools/gif2h5'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl'
make[1]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make tests
make[1]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Nothing to be done for `tests'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Nothing to be done for `tests'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Nothing to be done for `tests'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/lib'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/lib'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5diff'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5diff'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5ls'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5ls'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/misc'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/misc'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5import'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5import'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5repack'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5repack'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5jam'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5jam'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5dump'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5dump'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
mpif90 -I. -I. -o fortranlib_test fortranlib_test.o tH5F.o tH5D.o tH5R.o
tH5S.o tH5T.o tH5VL.o tH5Z.o tH5Sselect.o tH5P.o tH5A.o tH5I.o tH5G.o tH5E.o
tf.o t.o ./.libs/libh5test_fortran.a -L/lib64/lib -L/opt/szip-2.1/lib
../../test/.libs/libh5test.a ../src/.libs/libhdf5_fortran.a
../../src/.libs/libhdf5.a /opt/szip-2.1/lib/libsz.a -lz -lm -Wl,--rpath
-Wl,/opt/szip-2.1/lib -Wl,--rpath -Wl,/lib64/lib
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+0x266): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x2f1): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0x35c): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0x5c8): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x60c): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x91b): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x963): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.o: In function `reopentest_':
tH5F.f90:(.text+0xa30): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0xace): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0xb59): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0xbc4): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0xdd8): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0xf80): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.o: In function `plisttest_':
tH5F.f90:(.text+0xfe2): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x107d): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x10ea): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x118a): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x122d): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x131c): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x1365): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.o: In function `file_close_':
tH5F.f90:(.text+0x13e0): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x147e): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x14af): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5F.f90:(.text+0x14e0): undefined reference to
`__h5global_MOD_h5f_close_default_f'
tH5F.f90:(.text+0x1511): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5F.f90:(.text+0x1542): undefined reference to
`__h5global_MOD_h5f_close_weak_f'
tH5F.f90:(.text+0x1573): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5F.f90:(.text+0x15a4): undefined reference to
`__h5global_MOD_h5f_close_semi_f'
tH5F.f90:(.text+0x15d5): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5F.f90:(.text+0x1606): undefined reference to
`__h5global_MOD_h5f_close_strong_f'
tH5F.f90:(.text+0x164b): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x1690): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x17dc): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x1876): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x1900): undefined reference to
`__h5global_MOD_h5f_obj_all_f'
tH5F.f90:(.text+0x19b0): undefined reference to
`__h5global_MOD_h5f_obj_file_f'
tH5F.f90:(.text+0x1c10): undefined reference to
`__h5global_MOD_h5f_obj_file_f'
tH5F.f90:(.text+0x1e55): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.o: In function `file_space_':
tH5F.f90:(.text+0x1f08): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x1fa3): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x230f): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x1c7): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0x232): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0x2fa): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5D.f90:(.text+0x3eb): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0x61a): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5D.o: In function `extenddsettest_':
tH5D.f90:(.text+0x6e9): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5D.f90:(.text+0x787): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5D.f90:(.text+0x800): undefined reference to
`__h5global_MOD_h5s_unlimited_f'
tH5D.f90:(.text+0x812): undefined reference to
`__h5global_MOD_h5s_unlimited_f'
tH5D.f90:(.text+0x8a8): undefined reference to
`__h5global_MOD_h5p_dataset_create_f'
tH5D.f90:(.text+0x930): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0xa2d): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0xb21): undefined reference to
`__h5global_MOD_h5f_acc_rdonly_f'
tH5D.f90:(.text+0xda6): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0x1046): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x218): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0x26c): undefined reference to
`__h5global_MOD_h5t_std_ref_obj'
tH5R.f90:(.text+0x2a2): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5R.f90:(.text+0x538): undefined reference to
`__h5global_MOD_h5t_std_ref_obj'
tH5R.f90:(.text+0x5fd): undefined reference to
`__h5global_MOD_h5t_std_ref_obj'
tH5R.f90:(.text+0x662): undefined reference to
`__h5global_MOD_h5g_dataset_f'
tH5R.f90:(.text+0x6da): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0x73f): undefined reference to `__h5global_MOD_h5g_type_f'
tH5R.f90:(.text+0x846): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5R.o: In function `refregtest_':
tH5R.f90:(.text+0x8d7): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5R.f90:(.text+0x975): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5R.f90:(.text+0xa45): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0xab0): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0xb2e): undefined reference to
`__h5global_MOD_h5t_std_ref_dsetreg'
tH5R.f90:(.text+0xba9): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5R.f90:(.text+0xc68): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5R.f90:(.text+0xd0c): undefined reference to
`__h5global_MOD_h5t_std_ref_dsetreg'
tH5R.f90:(.text+0xe06): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5R.f90:(.text+0xe9c): undefined reference to
`__h5global_MOD_h5t_std_ref_dsetreg'
tH5R.f90:(.text+0xf75): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0x10b5): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0x11a7): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x77e): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.f90:(.text+0x7d2): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.f90:(.text+0x83d): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.f90:(.text+0x8a3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.f90:(.text+0x909): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.o:tH5S.f90:(.text+0xaaf): more undefined references to
`__h5global_MOD_h5t_native_integer' follow
tH5S.o: In function `dataspace_basic_test_':
tH5S.f90:(.text+0xd48): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5S.f90:(.text+0xd91): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x369): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x39d): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x3d1): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0x42e): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x4d3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x52e): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x589): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0x61c): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x6a3): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x6ee): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x72b): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x776): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x7b3): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x7fe): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0xb16): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0xb61): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5T.f90:(.text+0xbb0): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0xcf8): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5T.f90:(.text+0xdc0): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x12e3): undefined reference to
`__h5global_MOD_h5t_string_f'
tH5T.f90:(.text+0x1433): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x1519): undefined reference to
`__h5global_MOD_h5t_integer_f'
tH5T.f90:(.text+0x1671): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x1757): undefined reference to `__h5global_MOD_h5t_float_f'
tH5T.f90:(.text+0x18b7): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0x199d): undefined reference to `__h5global_MOD_h5t_float_f'
tH5T.f90:(.text+0x1aa7): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5T.f90:(.text+0x1b4f): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x1cfe): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x1d49): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x1e92): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x1edd): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x202e): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x2079): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0x2304): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5T.o: In function `basic_data_type_test_':
tH5T.f90:(.text+0x235a): undefined reference to
`__h5global_MOD_h5t_std_u16be'
tH5T.f90:(.text+0x2466): undefined reference to
`__h5global_MOD_h5t_std_i32le'
tH5T.f90:(.text+0x25e0): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x25e5): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x2646): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x2653): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x26d0): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x26fd): undefined reference to `__h5global_MOD_h5t_sgn_2_f'
tH5T.f90:(.text+0x277a): undefined reference to
`__h5global_MOD_h5t_ieee_f64be'
tH5T.f90:(.text+0x27ab): undefined reference to
`__h5global_MOD_h5t_ieee_f32le'
tH5T.f90:(.text+0x2994): undefined reference to
`__h5global_MOD_h5t_norm_msbset_f'
tH5T.f90:(.text+0x29f1): undefined reference to
`__h5global_MOD_h5t_norm_msbset_f'
tH5T.f90:(.text+0x2a6e): undefined reference to
`__h5global_MOD_h5t_norm_none_f'
tH5T.f90:(.text+0x2acb): undefined reference to
`__h5global_MOD_h5t_norm_none_f'
tH5T.f90:(.text+0x2b48): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x2ba5): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x2c22): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x2c7f): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x2cfc): undefined reference to
`__h5global_MOD_h5t_pad_background_f'
tH5T.f90:(.text+0x2d59): undefined reference to
`__h5global_MOD_h5t_pad_background_f'
tH5T.f90:(.text+0x2dd6): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5T.f90:(.text+0x2e07): undefined reference to
`__h5global_MOD_h5t_cset_ascii_f'
tH5T.f90:(.text+0x2e64): undefined reference to
`__h5global_MOD_h5t_cset_ascii_f'
tH5T.f90:(.text+0x2ee1): undefined reference to
`__h5global_MOD_h5t_str_nullpad_f'
tH5T.f90:(.text+0x2f3e): undefined reference to
`__h5global_MOD_h5t_str_nullpad_f'
tH5T.f90:(.text+0x2fbb): undefined reference to
`__h5global_MOD_h5t_str_spacepad_f'
tH5T.f90:(.text+0x3018): undefined reference to
`__h5global_MOD_h5t_str_spacepad_f'
tH5T.o: In function `enumtest_':
tH5T.f90:(.text+0x31bc): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5T.f90:(.text+0x325a): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5T.f90:(.text+0x328b): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x3450): undefined reference to
`__h5global_MOD_h5t_dir_ascend_f'
tH5T.f90:(.text+0x34b1): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x3535): undefined reference to `__h5global_MOD_h5t_enum_f'
tH5T.f90:(.text+0x37ad): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5T.o: In function `test_derived_flt_':
tH5T.f90:(.text+0x3812): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5T.f90:(.text+0x38b1): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5T.f90:(.text+0x38e3): undefined reference to
`__h5global_MOD_h5p_dataset_xfer_f'
tH5T.f90:(.text+0x3915): undefined reference to
`__h5global_MOD_h5t_ieee_f64le'
tH5T.f90:(.text+0x3947): undefined reference to
`__h5global_MOD_h5t_ieee_f32le'
tH5T.f90:(.text+0x3a88): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x3a8d): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x3e8c): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x3e91): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x4241): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.o: In function `vl_test_integer_':
tH5VL.f90:(.text+0x149): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.f90:(.text+0x1e7): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5VL.f90:(.text+0x254): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5VL.f90:(.text+0x3af): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5VL.f90:(.text+0x7c1): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.o: In function `vl_test_real_':
tH5VL.f90:(.text+0x945): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.f90:(.text+0x9e3): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5VL.f90:(.text+0xa50): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5VL.f90:(.text+0xc7e): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5VL.f90:(.text+0x1097): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.o: In function `vl_test_string_':
tH5VL.f90:(.text+0x1170): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.f90:(.text+0x120e): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5VL.f90:(.text+0x1299): undefined reference to `__h5global_MOD_h5t_string'
tH5VL.f90:(.text+0x13da): undefined reference to `__h5global_MOD_h5t_string'
tH5VL.f90:(.text+0x1476): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5VL.f90:(.text+0x151d): undefined reference to `__h5global_MOD_h5t_string'
tH5VL.f90:(.text+0x175d): undefined reference to
`__h5global_MOD_h5p_default_f'
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'
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+0xc3e): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Z.f90:(.text+0xca7): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Z.f90:(.text+0xd7c): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Z.f90:(.text+0xe8a): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Z.f90:(.text+0x115d): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x1cc): undefined reference to
`__h5global_MOD_h5t_std_i32be'
tH5Sselect.f90:(.text+0x237): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x2ff): undefined reference to
`__h5global_MOD_h5f_acc_rdonly_f'
tH5Sselect.f90:(.text+0x3b6): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x43e): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x4b3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x5a5): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.o: In function `test_select_element_':
tH5Sselect.f90:(.text+0x6d6): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x774): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5Sselect.f90:(.text+0x7b4): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x852): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5Sselect.f90:(.text+0x919): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x96d): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x9d8): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0xa2e): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0xb7a): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Sselect.f90:(.text+0xbbe): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Sselect.f90:(.text+0xd05): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0xd65): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0xded): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0xf65): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Sselect.f90:(.text+0xfa9): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Sselect.f90:(.text+0x1085): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x10db): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x11ca): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x1213): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.o: In function `test_basic_select_':
tH5Sselect.f90:(.text+0x136a): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x1408): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5Sselect.f90:(.text+0x1493): undefined reference to
`__h5global_MOD_h5t_std_i32be'
tH5Sselect.f90:(.text+0x14fe): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x15c6): undefined reference to
`__h5global_MOD_h5f_acc_rdonly_f'
tH5Sselect.f90:(.text+0x1708): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x1c0c): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x1ddc): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.o: In function `test_select_point_':
tH5Sselect.f90:(.text+0x1e87): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x1f04): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x1f95): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5Sselect.f90:(.text+0x219f): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x251a): undefined reference to
`__h5global_MOD_h5s_select_append_f'
tH5Sselect.f90:(.text+0x2827): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x2aba): undefined reference to
`__h5global_MOD_h5s_select_prepend_f'
tH5Sselect.f90:(.text+0x2c8a): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5Sselect.f90:(.text+0x2cf2): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5Sselect.f90:(.text+0x2e7e): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x312f): undefined reference to
`__h5global_MOD_h5s_select_append_f'
tH5Sselect.f90:(.text+0x33ab): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.o: In function `test_select_combine_':
tH5Sselect.f90:(.text+0x34cc): undefined reference to
`__h5global_MOD_h5s_sel_all_f'
tH5Sselect.f90:(.text+0x3597): undefined reference to
`__h5global_MOD_h5s_sel_none_f'
tH5Sselect.f90:(.text+0x373a): undefined reference to
`__h5global_MOD_h5s_select_or_f'
tH5Sselect.f90:(.text+0x37a0): undefined reference to
`__h5global_MOD_h5s_sel_all_f'
tH5Sselect.f90:(.text+0x396f): undefined reference to
`__h5global_MOD_h5s_select_and_f'
tH5Sselect.f90:(.text+0x39d5): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x3d27): undefined reference to
`__h5global_MOD_h5s_select_xor_f'
tH5Sselect.f90:(.text+0x3d8d): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x4181): undefined reference to
`__h5global_MOD_h5s_select_notb_f'
tH5Sselect.f90:(.text+0x41e7): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x45db): undefined reference to
`__h5global_MOD_h5s_select_nota_f'
tH5Sselect.f90:(.text+0x4641): undefined reference to
`__h5global_MOD_h5s_sel_none_f'
tH5Sselect.f90:(.text+0x4810): undefined reference to
`__h5global_MOD_h5s_select_or_f'
tH5Sselect.f90:(.text+0x4876): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x4c7d): undefined reference to
`__h5global_MOD_h5s_select_and_f'
tH5Sselect.f90:(.text+0x4ce3): undefined reference to
`__h5global_MOD_h5s_sel_none_f'
tH5Sselect.f90:(.text+0x4eb2): undefined reference to
`__h5global_MOD_h5s_select_xor_f'
tH5Sselect.f90:(.text+0x4f18): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x531f): undefined reference to
`__h5global_MOD_h5s_select_notb_f'
tH5Sselect.f90:(.text+0x5385): undefined reference to
`__h5global_MOD_h5s_sel_none_f'
tH5Sselect.f90:(.text+0x5554): undefined reference to
`__h5global_MOD_h5s_select_nota_f'
tH5Sselect.f90:(.text+0x55ba): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.o: In function `test_select_bounds_':
tH5Sselect.f90:(.text+0x5cb1): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x6159): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x6604): undefined reference to
`__h5global_MOD_h5s_select_or_f'
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+0x362): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5P.f90:(.text+0x70f): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.o: In function `multi_file_test_':
tH5P.f90:(.text+0x75e): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.f90:(.text+0x829): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.f90:(.text+0x8e6): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.f90:(.text+0x9b1): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.f90:(.text+0xa6e): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.o:tH5P.f90:(.text+0xb39): more undefined references to
`__h5global_MOD_h5fd_mem_ntypes_f' follow
tH5P.o: In function `multi_file_test_':
tH5P.f90:(.text+0xd94): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0xdd9): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xe56): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xe5f): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xe6c): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xe81): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0xe8a): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0xe97): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0xeac): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0xeb5): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0xec2): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0xed7): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0xee0): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0xeed): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0xf02): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0xf0b): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0xf18): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0xf2d): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0xf36): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0xf43): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0xfa8): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xfd5): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0x1006): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0x1033): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0x1064): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0x1091): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0x10c2): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0x10ef): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0x1120): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0x114d): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0x117e): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0x11ab): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0x125f): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x12e3): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5P.f90:(.text+0x13fd): undefined reference to
`__h5global_MOD_h5fd_multi_f'
tH5P.f90:(.text+0x1538): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5P.f90:(.text+0x15c3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5P.f90:(.text+0x162e): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5P.f90:(.text+0x170f): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5P.f90:(.text+0x1785): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5P.f90:(.text+0x18a6): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5P.f90:(.text+0x1b2d): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x1b76): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x1bbf): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x1c08): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x1c51): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.o:tH5P.f90:(.text+0x1c9a): more undefined references to
`__h5global_MOD_h5p_default_f' follow
tH5A.o: In function `attribute_test_':
tH5A.f90:(.text+0x1b1): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5A.f90:(.text+0x254): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5A.f90:(.text+0x2d1): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5A.f90:(.text+0x38f): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5A.f90:(.text+0x3ff): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5A.f90:(.text+0x439): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5A.f90:(.text+0x473): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5A.f90:(.text+0x4ad): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5A.f90:(.text+0xb4e): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5A.f90:(.text+0x1004): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5A.f90:(.text+0x11d1): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5A.f90:(.text+0x12ae): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5A.f90:(.text+0x1394): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5A.f90:(.text+0x14c3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5A.f90:(.text+0x19af): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x19b): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5I.f90:(.text+0x46c): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5I.f90:(.text+0x4d9): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5I.f90:(.text+0x5d5): undefined reference to `__h5global_MOD_h5i_file_f'
tH5I.f90:(.text+0x62a): undefined reference to `__h5global_MOD_h5i_group_f'
tH5I.f90:(.text+0x67f): undefined reference to
`__h5global_MOD_h5i_datatype_f'
tH5I.f90:(.text+0x6d4): undefined reference to
`__h5global_MOD_h5i_dataspace_f'
tH5I.f90:(.text+0x729): undefined reference to
`__h5global_MOD_h5i_dataset_f'
tH5I.f90:(.text+0x77e): undefined reference to `__h5global_MOD_h5i_attr_f'
tH5I.f90:(.text+0x914): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5I.f90:(.text+0xb0e): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x1dc): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5G.f90:(.text+0x23d): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5G.f90:(.text+0x28c): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5G.f90:(.text+0x2e5): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5G.f90:(.text+0x330): undefined reference to
`__h5global_MOD_h5g_link_hard_f'
tH5G.f90:(.text+0x37d): undefined reference to
`__h5global_MOD_h5g_link_hard_f'
tH5G.f90:(.text+0x3cd): undefined reference to
`__h5global_MOD_h5g_link_soft_f'
tH5G.f90:(.text+0x418): undefined reference to
`__h5global_MOD_h5g_link_soft_f'
tH5G.f90:(.text+0xb2d): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x15b): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5E.f90:(.text+0x259): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5E.f90:(.text+0x2a2): undefined reference to
`__h5global_MOD_h5p_default_f'
collect2: ld returned 1 exit status
make[3]: *** [fortranlib_test] Error 1
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[2]: *** [tests] Error 1
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[1]: *** [tests] Error 1
make[1]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make: *** [all] Error 2

--
View this message in context: http://hdf-forum.184993.n3.nabble.com/PHDF5-Installation-Issue-Make-errors-tp2201838p2201838.html
Sent from the hdf-forum mailing list archive at Nabble.com.

Hi Vaibhav,

It looks to me as mpif90 cannot find HDF5 modules when it links Fortran tests. On which platforms do you build and which compilers do you use? Can you see *.mod files in the fortran/src directory? Any chance that they were left their from the previous build?

Could you please try

- make distclean starting from the top directory
- configuring with the simplified command

./configure --prefix=/opt/hdf5-1.6.10 --with-szlib=/opt/szip-2.1
--with-zlib=/lib64 --enable-fortran --enable-parallel

  make
  make check

Please save outputs of the configure command and make commands; if build doesn't work, we will need to look at the output.

I would also recommend to use 1.8.5-patch1 instead of 1.6.10. If your application uses 1.6 API, you can use --with-default-api-version=v16 configure flag when you configure and build the 1.8.5-patch1 library, or use -DH5_USE_16_API flag when you compile your application (and build the library as discussed above).

Thank you!

Elena

···

On Jan 5, 2011, at 4:26 PM, vthakore wrote:

Hi,

I have been trying to install hdf5 with the parallel option and ran
configure using the following options:

./configure --prefix=/opt/hdf5-1.6.10 --with-szlib=/opt/szip-2.1
--with-zlib=/lib64 --enable-fortran --enable-linux-lfs --enable-debug=all
--enable-parallel

Also set environment variables using

export CC=mpicc and export FC=mpif90

After successful configuration, I ran make which failed due to errors.
Please see output below. I already had mpich2 installed on my system and I
have sucessfully used mpi calls several times in my Fortran programs.

Can someone please point out as to what the issue might be and how can it be
remedied? Thanks a lot for your time and effort.

Regards.

Vaibhav.

Output below this line:
**********************************************
neuron:/home/vthakore/My_Downloads/hdf5-1.6.10 # make
make lib
make[1]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Nothing to be done for `lib'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
(cd lib && make lib) || exit 1;
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/lib'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/lib'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
mpif90 -I. -I. -c H5fortran_types.f90 -o H5fortran_types.o
echo timestamp > H5fortran_types.lo
mpif90 -I. -I. -c H5f90global.f90 -o H5f90global.o
echo timestamp > H5f90global.lo
mpif90 -I. -I. -c H5_ff.f90 -o H5_ff.o
echo timestamp > H5_ff.lo
mpif90 -I. -I. -c H5Rff.f90 -o H5Rff.o
echo timestamp > H5Rff.lo
mpif90 -I. -I. -c H5Fff.f90 -o H5Fff.o
echo timestamp > H5Fff.lo
mpif90 -I. -I. -c H5Sff.f90 -o H5Sff.o
echo timestamp > H5Sff.lo
mpif90 -I. -I. -c H5Dff.f90 -o H5Dff.o
echo timestamp > H5Dff.lo
mpif90 -I. -I. -c H5Gff.f90 -o H5Gff.o
echo timestamp > H5Gff.lo
mpif90 -I. -I. -c H5Aff.f90 -o H5Aff.o
echo timestamp > H5Aff.lo
mpif90 -I. -I. -c H5Tff.f90 -o H5Tff.o
echo timestamp > H5Tff.lo
mpif90 -I. -I. -c H5Pff.f90 -o H5Pff.o
echo timestamp > H5Pff.lo
mpif90 -I. -I. -c H5Iff.f90 -o H5Iff.o
echo timestamp > H5Iff.lo
mpif90 -I. -I. -c H5Eff.f90 -o H5Eff.o
echo timestamp > H5Eff.lo
mpif90 -I. -I. -c H5Zff.f90 -o H5Zff.o
echo timestamp > H5Zff.lo
mpif90 -I. -I. -c H5FDmpioff.f90 -o H5FDmpioff.o
echo timestamp > H5FDmpioff.lo
mpif90 -I. -I. -c HDF5mpio.f90 -o HDF5mpio.o
echo timestamp > HDF5mpio.lo
rm -fr .libs/libhdf5_fortran.la .libs/libhdf5_fortran.*
.libs/libhdf5_fortran.*
ar cru .libs/libhdf5_fortran.a H5f90kit.o H5_f.o H5Rf.o H5Ff.o H5Sf.o
H5Df.o H5Gf.o H5Af.o H5Tf.o H5Pf.o H5If.o H5Ef.o H5Zf.o H5FDmpiof.o
H5fortran_types.o H5fortran_flags.o H5f90global.o H5_ff.o H5Rff.o H5Fff.o
H5Sff.o H5Dff.o H5Gff.o H5Aff.o H5Tff.o H5Pff.o H5Iff.o H5Eff.o H5Zff.o
H5FDmpioff.o HDF5mpio.o
ranlib .libs/libhdf5_fortran.a
creating libhdf5_fortran.la
(cd .libs && rm -f libhdf5_fortran.la && ln -s ../libhdf5_fortran.la
libhdf5_fortran.la)
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/testpar'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/testpar'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl'
make[3]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/src'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/test'
make[3]: Nothing to be done for `lib'.
make[3]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/test'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools'
make[4]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools/gif2h5'
make[4]: Nothing to be done for `lib'.
make[4]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools/gif2h5'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl'
make[1]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make progs
make[1]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5diff'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5diff'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5ls'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5ls'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/misc'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/misc'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5import'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5import'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5repack'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5repack'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5jam'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5jam'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5dump'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5dump'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Nothing to be done for `progs'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[3]: Nothing to be done for `progs'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/testpar'
make[3]: Nothing to be done for `progs'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/testpar'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl'
make[3]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/src'
make[3]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/test'
make[3]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl/test'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools'
make[4]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools/gif2h5'
make[4]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools/gif2h5'
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/hl/tools'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/hl'
make[1]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make tests
make[1]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Nothing to be done for `tests'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/src'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Nothing to be done for `tests'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/test'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Nothing to be done for `tests'.
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/testpar'
make[2]: Entering directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/lib'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/lib'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5diff'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5diff'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5ls'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5ls'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/misc'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/misc'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5import'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5import'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5repack'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5repack'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5jam'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5jam'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5dump'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/tools/h5dump'
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/tools'
make[2]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Nothing to be done for `tests'.
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/src'
make[3]: Entering directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
mpif90 -I. -I. -o fortranlib_test fortranlib_test.o tH5F.o tH5D.o tH5R.o
tH5S.o tH5T.o tH5VL.o tH5Z.o tH5Sselect.o tH5P.o tH5A.o tH5I.o tH5G.o tH5E.o
tf.o t.o ./.libs/libh5test_fortran.a -L/lib64/lib -L/opt/szip-2.1/lib
../../test/.libs/libh5test.a ../src/.libs/libhdf5_fortran.a
../../src/.libs/libhdf5.a /opt/szip-2.1/lib/libsz.a -lz -lm -Wl,--rpath
-Wl,/opt/szip-2.1/lib -Wl,--rpath -Wl,/lib64/lib
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+0x266): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x2f1): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0x35c): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0x5c8): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x60c): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x91b): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x963): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.o: In function `reopentest_':
tH5F.f90:(.text+0xa30): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0xace): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0xb59): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0xbc4): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0xdd8): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5F.f90:(.text+0xf80): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.o: In function `plisttest_':
tH5F.f90:(.text+0xfe2): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x107d): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x10ea): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x118a): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x122d): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x131c): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x1365): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.o: In function `file_close_':
tH5F.f90:(.text+0x13e0): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x147e): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x14af): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5F.f90:(.text+0x14e0): undefined reference to
`__h5global_MOD_h5f_close_default_f'
tH5F.f90:(.text+0x1511): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5F.f90:(.text+0x1542): undefined reference to
`__h5global_MOD_h5f_close_weak_f'
tH5F.f90:(.text+0x1573): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5F.f90:(.text+0x15a4): undefined reference to
`__h5global_MOD_h5f_close_semi_f'
tH5F.f90:(.text+0x15d5): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5F.f90:(.text+0x1606): undefined reference to
`__h5global_MOD_h5f_close_strong_f'
tH5F.f90:(.text+0x164b): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x1690): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x17dc): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x1876): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5F.f90:(.text+0x1900): undefined reference to
`__h5global_MOD_h5f_obj_all_f'
tH5F.f90:(.text+0x19b0): undefined reference to
`__h5global_MOD_h5f_obj_file_f'
tH5F.f90:(.text+0x1c10): undefined reference to
`__h5global_MOD_h5f_obj_file_f'
tH5F.f90:(.text+0x1e55): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.o: In function `file_space_':
tH5F.f90:(.text+0x1f08): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5F.f90:(.text+0x1fa3): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5F.f90:(.text+0x230f): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x1c7): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0x232): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0x2fa): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5D.f90:(.text+0x3eb): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0x61a): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5D.o: In function `extenddsettest_':
tH5D.f90:(.text+0x6e9): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5D.f90:(.text+0x787): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5D.f90:(.text+0x800): undefined reference to
`__h5global_MOD_h5s_unlimited_f'
tH5D.f90:(.text+0x812): undefined reference to
`__h5global_MOD_h5s_unlimited_f'
tH5D.f90:(.text+0x8a8): undefined reference to
`__h5global_MOD_h5p_dataset_create_f'
tH5D.f90:(.text+0x930): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0xa2d): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0xb21): undefined reference to
`__h5global_MOD_h5f_acc_rdonly_f'
tH5D.f90:(.text+0xda6): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5D.f90:(.text+0x1046): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x218): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0x26c): undefined reference to
`__h5global_MOD_h5t_std_ref_obj'
tH5R.f90:(.text+0x2a2): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5R.f90:(.text+0x538): undefined reference to
`__h5global_MOD_h5t_std_ref_obj'
tH5R.f90:(.text+0x5fd): undefined reference to
`__h5global_MOD_h5t_std_ref_obj'
tH5R.f90:(.text+0x662): undefined reference to
`__h5global_MOD_h5g_dataset_f'
tH5R.f90:(.text+0x6da): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0x73f): undefined reference to `__h5global_MOD_h5g_type_f'
tH5R.f90:(.text+0x846): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5R.o: In function `refregtest_':
tH5R.f90:(.text+0x8d7): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5R.f90:(.text+0x975): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5R.f90:(.text+0xa45): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0xab0): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0xb2e): undefined reference to
`__h5global_MOD_h5t_std_ref_dsetreg'
tH5R.f90:(.text+0xba9): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5R.f90:(.text+0xc68): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5R.f90:(.text+0xd0c): undefined reference to
`__h5global_MOD_h5t_std_ref_dsetreg'
tH5R.f90:(.text+0xe06): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5R.f90:(.text+0xe9c): undefined reference to
`__h5global_MOD_h5t_std_ref_dsetreg'
tH5R.f90:(.text+0xf75): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0x10b5): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5R.f90:(.text+0x11a7): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x77e): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.f90:(.text+0x7d2): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.f90:(.text+0x83d): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.f90:(.text+0x8a3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.f90:(.text+0x909): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5S.o:tH5S.f90:(.text+0xaaf): more undefined references to
`__h5global_MOD_h5t_native_integer' follow
tH5S.o: In function `dataspace_basic_test_':
tH5S.f90:(.text+0xd48): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5S.f90:(.text+0xd91): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x369): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x39d): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x3d1): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0x42e): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x4d3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x52e): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x589): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0x61c): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x6a3): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x6ee): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x72b): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x776): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x7b3): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x7fe): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0xb16): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0xb61): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5T.f90:(.text+0xbb0): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0xcf8): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5T.f90:(.text+0xdc0): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x12e3): undefined reference to
`__h5global_MOD_h5t_string_f'
tH5T.f90:(.text+0x1433): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x1519): undefined reference to
`__h5global_MOD_h5t_integer_f'
tH5T.f90:(.text+0x1671): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x1757): undefined reference to `__h5global_MOD_h5t_float_f'
tH5T.f90:(.text+0x18b7): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0x199d): undefined reference to `__h5global_MOD_h5t_float_f'
tH5T.f90:(.text+0x1aa7): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5T.f90:(.text+0x1b4f): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x1cfe): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x1d49): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x1e92): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x1edd): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5T.f90:(.text+0x202e): undefined reference to
`__h5global_MOD_h5t_compound_f'
tH5T.f90:(.text+0x2079): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5T.f90:(.text+0x2304): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5T.o: In function `basic_data_type_test_':
tH5T.f90:(.text+0x235a): undefined reference to
`__h5global_MOD_h5t_std_u16be'
tH5T.f90:(.text+0x2466): undefined reference to
`__h5global_MOD_h5t_std_i32le'
tH5T.f90:(.text+0x25e0): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x25e5): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x2646): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x2653): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x26d0): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x26fd): undefined reference to `__h5global_MOD_h5t_sgn_2_f'
tH5T.f90:(.text+0x277a): undefined reference to
`__h5global_MOD_h5t_ieee_f64be'
tH5T.f90:(.text+0x27ab): undefined reference to
`__h5global_MOD_h5t_ieee_f32le'
tH5T.f90:(.text+0x2994): undefined reference to
`__h5global_MOD_h5t_norm_msbset_f'
tH5T.f90:(.text+0x29f1): undefined reference to
`__h5global_MOD_h5t_norm_msbset_f'
tH5T.f90:(.text+0x2a6e): undefined reference to
`__h5global_MOD_h5t_norm_none_f'
tH5T.f90:(.text+0x2acb): undefined reference to
`__h5global_MOD_h5t_norm_none_f'
tH5T.f90:(.text+0x2b48): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x2ba5): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x2c22): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x2c7f): undefined reference to
`__h5global_MOD_h5t_pad_one_f'
tH5T.f90:(.text+0x2cfc): undefined reference to
`__h5global_MOD_h5t_pad_background_f'
tH5T.f90:(.text+0x2d59): undefined reference to
`__h5global_MOD_h5t_pad_background_f'
tH5T.f90:(.text+0x2dd6): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5T.f90:(.text+0x2e07): undefined reference to
`__h5global_MOD_h5t_cset_ascii_f'
tH5T.f90:(.text+0x2e64): undefined reference to
`__h5global_MOD_h5t_cset_ascii_f'
tH5T.f90:(.text+0x2ee1): undefined reference to
`__h5global_MOD_h5t_str_nullpad_f'
tH5T.f90:(.text+0x2f3e): undefined reference to
`__h5global_MOD_h5t_str_nullpad_f'
tH5T.f90:(.text+0x2fbb): undefined reference to
`__h5global_MOD_h5t_str_spacepad_f'
tH5T.f90:(.text+0x3018): undefined reference to
`__h5global_MOD_h5t_str_spacepad_f'
tH5T.o: In function `enumtest_':
tH5T.f90:(.text+0x31bc): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5T.f90:(.text+0x325a): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5T.f90:(.text+0x328b): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x3450): undefined reference to
`__h5global_MOD_h5t_dir_ascend_f'
tH5T.f90:(.text+0x34b1): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5T.f90:(.text+0x3535): undefined reference to `__h5global_MOD_h5t_enum_f'
tH5T.f90:(.text+0x37ad): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5T.o: In function `test_derived_flt_':
tH5T.f90:(.text+0x3812): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5T.f90:(.text+0x38b1): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5T.f90:(.text+0x38e3): undefined reference to
`__h5global_MOD_h5p_dataset_xfer_f'
tH5T.f90:(.text+0x3915): undefined reference to
`__h5global_MOD_h5t_ieee_f64le'
tH5T.f90:(.text+0x3947): undefined reference to
`__h5global_MOD_h5t_ieee_f32le'
tH5T.f90:(.text+0x3a88): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x3a8d): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x3e8c): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x3e91): undefined reference to
`__h5global_MOD_h5t_pad_zero_f'
tH5T.f90:(.text+0x4241): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.o: In function `vl_test_integer_':
tH5VL.f90:(.text+0x149): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.f90:(.text+0x1e7): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5VL.f90:(.text+0x254): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5VL.f90:(.text+0x3af): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5VL.f90:(.text+0x7c1): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.o: In function `vl_test_real_':
tH5VL.f90:(.text+0x945): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.f90:(.text+0x9e3): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5VL.f90:(.text+0xa50): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5VL.f90:(.text+0xc7e): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5VL.f90:(.text+0x1097): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.o: In function `vl_test_string_':
tH5VL.f90:(.text+0x1170): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5VL.f90:(.text+0x120e): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5VL.f90:(.text+0x1299): undefined reference to `__h5global_MOD_h5t_string'
tH5VL.f90:(.text+0x13da): undefined reference to `__h5global_MOD_h5t_string'
tH5VL.f90:(.text+0x1476): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5VL.f90:(.text+0x151d): undefined reference to `__h5global_MOD_h5t_string'
tH5VL.f90:(.text+0x175d): undefined reference to
`__h5global_MOD_h5p_default_f'
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'
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+0xc3e): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Z.f90:(.text+0xca7): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Z.f90:(.text+0xd7c): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Z.f90:(.text+0xe8a): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Z.f90:(.text+0x115d): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x1cc): undefined reference to
`__h5global_MOD_h5t_std_i32be'
tH5Sselect.f90:(.text+0x237): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x2ff): undefined reference to
`__h5global_MOD_h5f_acc_rdonly_f'
tH5Sselect.f90:(.text+0x3b6): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x43e): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x4b3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x5a5): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.o: In function `test_select_element_':
tH5Sselect.f90:(.text+0x6d6): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x774): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5Sselect.f90:(.text+0x7b4): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x852): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5Sselect.f90:(.text+0x919): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x96d): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x9d8): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0xa2e): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0xb7a): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Sselect.f90:(.text+0xbbe): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Sselect.f90:(.text+0xd05): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0xd65): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0xded): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0xf65): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Sselect.f90:(.text+0xfa9): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5Sselect.f90:(.text+0x1085): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x10db): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x11ca): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x1213): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.o: In function `test_basic_select_':
tH5Sselect.f90:(.text+0x136a): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x1408): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5Sselect.f90:(.text+0x1493): undefined reference to
`__h5global_MOD_h5t_std_i32be'
tH5Sselect.f90:(.text+0x14fe): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5Sselect.f90:(.text+0x15c6): undefined reference to
`__h5global_MOD_h5f_acc_rdonly_f'
tH5Sselect.f90:(.text+0x1708): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x1c0c): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x1ddc): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.o: In function `test_select_point_':
tH5Sselect.f90:(.text+0x1e87): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x1f04): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.f90:(.text+0x1f95): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5Sselect.f90:(.text+0x219f): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x251a): undefined reference to
`__h5global_MOD_h5s_select_append_f'
tH5Sselect.f90:(.text+0x2827): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x2aba): undefined reference to
`__h5global_MOD_h5s_select_prepend_f'
tH5Sselect.f90:(.text+0x2c8a): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5Sselect.f90:(.text+0x2cf2): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5Sselect.f90:(.text+0x2e7e): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x312f): undefined reference to
`__h5global_MOD_h5s_select_append_f'
tH5Sselect.f90:(.text+0x33ab): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5Sselect.o: In function `test_select_combine_':
tH5Sselect.f90:(.text+0x34cc): undefined reference to
`__h5global_MOD_h5s_sel_all_f'
tH5Sselect.f90:(.text+0x3597): undefined reference to
`__h5global_MOD_h5s_sel_none_f'
tH5Sselect.f90:(.text+0x373a): undefined reference to
`__h5global_MOD_h5s_select_or_f'
tH5Sselect.f90:(.text+0x37a0): undefined reference to
`__h5global_MOD_h5s_sel_all_f'
tH5Sselect.f90:(.text+0x396f): undefined reference to
`__h5global_MOD_h5s_select_and_f'
tH5Sselect.f90:(.text+0x39d5): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x3d27): undefined reference to
`__h5global_MOD_h5s_select_xor_f'
tH5Sselect.f90:(.text+0x3d8d): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x4181): undefined reference to
`__h5global_MOD_h5s_select_notb_f'
tH5Sselect.f90:(.text+0x41e7): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x45db): undefined reference to
`__h5global_MOD_h5s_select_nota_f'
tH5Sselect.f90:(.text+0x4641): undefined reference to
`__h5global_MOD_h5s_sel_none_f'
tH5Sselect.f90:(.text+0x4810): undefined reference to
`__h5global_MOD_h5s_select_or_f'
tH5Sselect.f90:(.text+0x4876): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x4c7d): undefined reference to
`__h5global_MOD_h5s_select_and_f'
tH5Sselect.f90:(.text+0x4ce3): undefined reference to
`__h5global_MOD_h5s_sel_none_f'
tH5Sselect.f90:(.text+0x4eb2): undefined reference to
`__h5global_MOD_h5s_select_xor_f'
tH5Sselect.f90:(.text+0x4f18): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.f90:(.text+0x531f): undefined reference to
`__h5global_MOD_h5s_select_notb_f'
tH5Sselect.f90:(.text+0x5385): undefined reference to
`__h5global_MOD_h5s_sel_none_f'
tH5Sselect.f90:(.text+0x5554): undefined reference to
`__h5global_MOD_h5s_select_nota_f'
tH5Sselect.f90:(.text+0x55ba): undefined reference to
`__h5global_MOD_h5s_sel_hyperslabs_f'
tH5Sselect.o: In function `test_select_bounds_':
tH5Sselect.f90:(.text+0x5cb1): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x6159): undefined reference to
`__h5global_MOD_h5s_select_set_f'
tH5Sselect.f90:(.text+0x6604): undefined reference to
`__h5global_MOD_h5s_select_or_f'
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+0x362): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5P.f90:(.text+0x70f): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.o: In function `multi_file_test_':
tH5P.f90:(.text+0x75e): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.f90:(.text+0x829): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.f90:(.text+0x8e6): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.f90:(.text+0x9b1): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.f90:(.text+0xa6e): undefined reference to
`__h5global_MOD_h5fd_mem_ntypes_f'
tH5P.o:tH5P.f90:(.text+0xb39): more undefined references to
`__h5global_MOD_h5fd_mem_ntypes_f' follow
tH5P.o: In function `multi_file_test_':
tH5P.f90:(.text+0xd94): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0xdd9): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xe56): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xe5f): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xe6c): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xe81): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0xe8a): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0xe97): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0xeac): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0xeb5): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0xec2): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0xed7): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0xee0): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0xeed): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0xf02): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0xf0b): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0xf18): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0xf2d): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0xf36): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0xf43): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0xfa8): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0xfd5): undefined reference to
`__h5global_MOD_h5fd_mem_super_f'
tH5P.f90:(.text+0x1006): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0x1033): undefined reference to
`__h5global_MOD_h5fd_mem_btree_f'
tH5P.f90:(.text+0x1064): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0x1091): undefined reference to
`__h5global_MOD_h5fd_mem_draw_f'
tH5P.f90:(.text+0x10c2): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0x10ef): undefined reference to
`__h5global_MOD_h5fd_mem_gheap_f'
tH5P.f90:(.text+0x1120): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0x114d): undefined reference to
`__h5global_MOD_h5fd_mem_lheap_f'
tH5P.f90:(.text+0x117e): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0x11ab): undefined reference to
`__h5global_MOD_h5fd_mem_ohdr_f'
tH5P.f90:(.text+0x125f): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x12e3): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5P.f90:(.text+0x13fd): undefined reference to
`__h5global_MOD_h5fd_multi_f'
tH5P.f90:(.text+0x1538): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5P.f90:(.text+0x15c3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5P.f90:(.text+0x162e): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5P.f90:(.text+0x170f): undefined reference to
`__h5global_MOD_h5p_file_access_f'
tH5P.f90:(.text+0x1785): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5P.f90:(.text+0x18a6): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5P.f90:(.text+0x1b2d): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x1b76): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x1bbf): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x1c08): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.f90:(.text+0x1c51): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5P.o:tH5P.f90:(.text+0x1c9a): more undefined references to
`__h5global_MOD_h5p_default_f' follow
tH5A.o: In function `attribute_test_':
tH5A.f90:(.text+0x1b1): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5A.f90:(.text+0x254): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5A.f90:(.text+0x2d1): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5A.f90:(.text+0x38f): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5A.f90:(.text+0x3ff): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5A.f90:(.text+0x439): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5A.f90:(.text+0x473): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5A.f90:(.text+0x4ad): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5A.f90:(.text+0xb4e): undefined reference to
`__h5global_MOD_h5f_acc_rdwr_f'
tH5A.f90:(.text+0x1004): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5A.f90:(.text+0x11d1): undefined reference to
`__h5global_MOD_h5t_native_character'
tH5A.f90:(.text+0x12ae): undefined reference to
`__h5global_MOD_h5t_native_double'
tH5A.f90:(.text+0x1394): undefined reference to
`__h5global_MOD_h5t_native_real'
tH5A.f90:(.text+0x14c3): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5A.f90:(.text+0x19af): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x19b): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5I.f90:(.text+0x46c): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5I.f90:(.text+0x4d9): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5I.f90:(.text+0x5d5): undefined reference to `__h5global_MOD_h5i_file_f'
tH5I.f90:(.text+0x62a): undefined reference to `__h5global_MOD_h5i_group_f'
tH5I.f90:(.text+0x67f): undefined reference to
`__h5global_MOD_h5i_datatype_f'
tH5I.f90:(.text+0x6d4): undefined reference to
`__h5global_MOD_h5i_dataspace_f'
tH5I.f90:(.text+0x729): undefined reference to
`__h5global_MOD_h5i_dataset_f'
tH5I.f90:(.text+0x77e): undefined reference to `__h5global_MOD_h5i_attr_f'
tH5I.f90:(.text+0x914): undefined reference to
`__h5global_MOD_h5f_acc_trunc_f'
tH5I.f90:(.text+0xb0e): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x1dc): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5G.f90:(.text+0x23d): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5G.f90:(.text+0x28c): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5G.f90:(.text+0x2e5): undefined reference to
`__h5global_MOD_h5t_native_integer'
tH5G.f90:(.text+0x330): undefined reference to
`__h5global_MOD_h5g_link_hard_f'
tH5G.f90:(.text+0x37d): undefined reference to
`__h5global_MOD_h5g_link_hard_f'
tH5G.f90:(.text+0x3cd): undefined reference to
`__h5global_MOD_h5g_link_soft_f'
tH5G.f90:(.text+0x418): undefined reference to
`__h5global_MOD_h5g_link_soft_f'
tH5G.f90:(.text+0xb2d): undefined reference to
`__h5global_MOD_h5p_default_f'
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+0x15b): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5E.f90:(.text+0x259): undefined reference to
`__h5global_MOD_h5p_default_f'
tH5E.f90:(.text+0x2a2): undefined reference to
`__h5global_MOD_h5p_default_f'
collect2: ld returned 1 exit status
make[3]: *** [fortranlib_test] Error 1
make[3]: Leaving directory
`/home/vthakore/My_Downloads/hdf5-1.6.10/fortran/test'
make[2]: *** [tests] Error 1
make[2]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10/fortran'
make[1]: *** [tests] Error 1
make[1]: Leaving directory `/home/vthakore/My_Downloads/hdf5-1.6.10'
make: *** [all] Error 2

--
View this message in context: http://hdf-forum.184993.n3.nabble.com/PHDF5-Installation-Issue-Make-errors-tp2201838p2201838.html
Sent from the hdf-forum mailing list archive at Nabble.com.

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org