mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
617522e467
Bug fix/feature Description: Added support for -shlib in h5fc and h5c++. Made check-install use -shlib when only shared libraries have been installed. Solution: h5fc and h5c++ didn't recognize -shlib. Stole code from h5cc to link against shared libraries. When static libraries are disabled, the examples Makefiles will automatically use the -shlib option to link against shared libraries. Thus, --disable-static and make check-install should work together. Platforms tested: heping(disable-static, enable-static, fortran, c++), modi4 (disable-static, fortran, c++, parallel, enable-static) |
||
---|---|---|
.. | ||
dsdata.txt | ||
dslat.txt | ||
dslon.txt | ||
earth.pal | ||
image8.txt | ||
image24pixel.txt | ||
image24plane.txt | ||
Makefile.am | ||
Makefile.in | ||
pal_rgb.h | ||
sepia.pal | ||
test_ds.c | ||
test_image.c | ||
test_lite.c | ||
test_packet.c | ||
test_table_be.hdf5 | ||
test_table_cray.hdf5 | ||
test_table_le.hdf5 | ||
test_table.c | ||
usa.wri |