hdf5/fortran/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-r20201] Order fflush tests - fflush2 DEPENDS on fflush1 2011-03-08 14:50:51 -05:00
fflush1.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
fflush2.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
fortranlib_test_1_8.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
fortranlib_test.f90 [svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the trunk for VMS work 2011-03-24 13:33:45 -05:00
Makefile.am [svn-r17616] Purpose: 2009-10-08 10:17:30 -05:00
Makefile.in [svn-r20504] Purpose: 2011-04-14 16:21:59 -05:00
t.c [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
t.h
tf.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5A_1_8.f90 [svn-r20033] Porblem: A typo caused compilation failures with gfortran 4.6 on fred. 2011-02-02 20:24:52 -05:00
tH5A.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5D.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5E.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5F.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5G_1_8.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5G.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5I.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5O.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5P.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5R.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5S.f90 [svn-r20487] Bug 1386 - allow dimension size to be zero even though it isn't unlimited. This is a follow-up checkin for 2011-04-12 15:25:27 -05:00
tH5Sselect.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5T.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5VL.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
tH5Z.f90 [svn-r18197] Description: 2010-01-29 23:29:13 -05:00