summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-05-28 00:58:56 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-05-28 00:58:56 (GMT)
commit464c3245b8ac8acdff3988515664e224bb815cfa (patch)
treefa892ba4195c17061827a10ed35fcb613ed70be3 /src/H5Shyper.c
parentc84277c53f218cfebaa5731216add9109f999dca (diff)
downloadhdf5-464c3245b8ac8acdff3988515664e224bb815cfa.zip
hdf5-464c3245b8ac8acdff3988515664e224bb815cfa.tar.gz
hdf5-464c3245b8ac8acdff3988515664e224bb815cfa.tar.bz2
[svn-r6919] Purpose:
Bug Fix Description: Two things: - static libraries may depend upon the HDF5 library. We should put them before the HDF5 library on the commandline instead of afterwards to avoid conflict. - the CFLAGS weren't being used during linking. This was causing problems on Arabica where the flags are important to distinguish between building a 32-bit and 64-bit application. Solution: - Added logic so that it catches the static libraries and puts them before the hdf5 library on the command line. WARNING: This may not work in all situations...but it should be okay for the good majority. - added the CFLAGS macro to the commandline... Platforms tested: LInux (Colonelk) Arabica Modi4 (Parallel) (Small changes so doesn't need full h5committesting...) Misc. update:
Diffstat (limited to 'src/H5Shyper.c')
0 files changed, 0 insertions, 0 deletions