Commits
Albert Cheng committed 73eb40959de
Bug fix of HFRHFVTOOLS-74 and HFRHFVTOOLS-79: Configure did not know different libraries of the libhdf5.a library provided. Therefore, if h4cc does not include some external libraries that libhdf5.a needs, it will fail in configure. Solutions: Found Woodcock had implemented the code to collect libraries dependencies that libhdf5 needs but he did not complete the installation by using the information collected. I append the collected dependencies to $LIBS. Tested: Handed in these machines with the following settings, Jam: h4cc=/mnt/scr1/pre-release/hdf4/vdev/jam/bin/h4cc h5path=/mnt/scr1/pre-release/hdf5/v18/jam-static Koala: h4cc=/mnt/scr1/pre-release/hdf4/vdev/koala/bin/h4cc h5path=/mnt/scr1/pre-release/hdf5/v18/koala-static Ostrich: h4cc=/mnt/scr1/pre-release/hdf4/vdev/ostrich/bin/h4cc h5path=/mnt/scr1/pre-release/hdf5/v18/ostrich-static Emu: h4cc="/mnt/scr1/release-binary/hdf4/v4.2.9/builds/emu-static/bin/h4cc -xc99" h5path=/mnt/scr1/pre-release/hdf5/v1811/thg-builds/emu-static h4cc64=/mnt/scr1/release-binary/hdf4/v4.2.9/builds/emu64-static/bin/h4cc h5path64=/mnt/scr1/pre-release/hdf5/v1811/thg-builds/emu64-static