hdf5/tools
Mike McGreevy 6a00b1b6ff [svn-r17228] Purpose:
Fix BZ #1583

Description:

    The --enable-static-exec flag was broken. Configure was adding the 
    -all-static linker flag to an environment variable which was subsequently
    never used. (looks like it was used in 1.6 Makefile.ins, but never
    moved to 1.8's Makefile.ams when we added automake support).

    To fix, I've added this environment varibale to the link lines of all the
    tools. Now, when --enable-static-exec is invoked, it will correctly
    generate statically linked executables in the installed bin directory.

Tested:

    I've tested manually to ensure that the generated execs are static when
    the flag is used and dynamic when not. I've also tested when szip is
    used, as this was a use case mentioned in the bug report.

    Also: ran full tests with make check on jam and smirom for good measure.
2009-07-23 15:04:18 -05:00
..
h5copy [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
h5diff [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
h5dump [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
h5import [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
h5jam [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
h5ls [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
h5repack [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
h5stat [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
lib [svn-r17211] The function h5tools_str_append() incorrectly used the trio of functions: va_start(), HDvsnprintf(), and va_end(). When the boundary of the string buffer was reached and resized, the HDvsnprintf() function recalled without the other two functions in the code loop. This usage exposed bug 1520 by a user. 2009-07-21 14:44:54 -05:00
misc [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
testfiles [svn-r17177] In H5Odtype.c, the decoding function used to mark the datatype as on disk (see bug 2009-07-13 11:26:24 -05:00
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
Makefile.am [svn-r15942] Purpose: Bug Fixes and Libtool Upgrade 2008-10-24 12:19:34 -05:00
Makefile.in [svn-r16792] Description: 2009-04-20 01:00:11 -05:00