hdf5/tools
Bill Wendling 464c3245b8 [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:
2003-05-27 19:58:56 -05:00
..
gifconv [svn-r6576] Purpose: 2003-04-03 08:46:11 -05:00
h5diff [svn-r6915] 2003-05-22 17:41:27 -05:00
h5dump [svn-r6912] Purpose: 2003-05-22 17:22:32 -05:00
h5import [svn-r6846] Purpose: 2003-05-12 10:56:49 -05:00
h5ls [svn-r6913] Purpose: 2003-05-22 17:31:07 -05:00
lib [svn-r6576] Purpose: 2003-04-03 08:46:11 -05:00
misc [svn-r6919] Purpose: 2003-05-27 19:58:56 -05:00
testfiles [svn-r6913] Purpose: 2003-05-22 17:31:07 -05:00
Dependencies
Makefile.in [svn-r6583] 2003-04-03 15:00:42 -05:00