hdf5/hl/test
Mike McGreevy 98362b664c [svn-r20504] Purpose:
General shared library improvements for CYGWIN / AIX

Description:

    Shared libraries are disabled on both CYGWIN and AIX due
    to inability to build them correctly. Part of the problem
    in both of these situations is the lack of the libtool
    flag -no-undefined, which tells libtool that all needed
    symbols are defined at link time (a requirement on these
    systems) and that it's okay to build shared libraries.

    Another problem are lack of dependencies between wrapper
    libraries and core C HDF5 library.

    This patch addresses both of these by fixing configure to
    add in -no-undefined flag for libtool during linking and
    adds automake dependencies in the Makefile.am files.

    After testing, both CYGWIN and AIX now generate shared
    libraries, but there are still some test failures in each.
    (cache_api, dt_arith, and testerror.sh on CYGWIN, and
    fortran tests on AIX).

    Even though the shared libraries are not quite perfect,
    this is a general improvement to what we had before, so
    I'm applying the patch anyways. Note that default behavior
    of shared libraries on these systems being disabled has
    NOT been changed and requires the use of the
    --enable-unsupported to attempt to build them.

    We will need to address the test failures in each
    architecture prior to formally supporting shared
    libraries on each.

Tested:

    h5committested & CYGWIN tested (on bangan)
    (AIX tested by Albert on bp-login2)
2011-04-14 16:21:59 -05:00
..
CMakeLists.txt [svn-r20153] Move ext lib handling for ext project building to a common macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. 2011-02-24 14:43:07 -05:00
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
dsdata.txt
dslat.txt
dslon.txt
dtype_file_readable.txt
dtype_file.txt
earth.pal
gen_test_ds.c [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
h5hltest.h
H5srcdir_str.h.in [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
image8.txt
image24pixel.txt
image24plane.txt
Makefile.am [svn-r18818] Bug fix: 2010-05-14 23:10:53 -05:00
Makefile.in [svn-r20504] Purpose: 2011-04-14 16:21:59 -05:00
pal_rgb.h
sepia.pal
test_ds_be.h5 [svn-r17566] Fix for Bug 1562. H5DSis_attached needed to account for platform dependent types. Added test and test files for LE and BE dimension scales. Reworked part of test_ds file as part of debug. 2009-10-01 11:17:17 -05:00
test_ds_le.h5 [svn-r17566] Fix for Bug 1562. H5DSis_attached needed to account for platform dependent types. Added test and test files for LE and BE dimension scales. Reworked part of test_ds file as part of debug. 2009-10-01 11:17:17 -05:00
test_ds.c [svn-r18859] pull r18858 from 185; 2010-05-19 17:12:50 -05:00
test_image.c [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
test_lite.c [svn-r18650] Description: 2010-04-27 17:15:14 -05:00
test_packet.c [svn-r19654] Description: 2010-10-21 08:08:44 -05:00
test_table_be.hdf5
test_table_cray.hdf5
test_table_le.hdf5
test_table.c [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
usa.wri