diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-16 19:27:27 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-16 19:27:27 (GMT) |
commit | 8ed95c00114dd3f6d9b766664c3bb56aa75f7a4f (patch) | |
tree | e103ef2bcab79e2a91260775a78616ddbc962e21 /fortran | |
parent | 18c257c46f377066e6c863c88b95d4b85825ee44 (diff) | |
download | hdf5-8ed95c00114dd3f6d9b766664c3bb56aa75f7a4f.zip hdf5-8ed95c00114dd3f6d9b766664c3bb56aa75f7a4f.tar.gz hdf5-8ed95c00114dd3f6d9b766664c3bb56aa75f7a4f.tar.bz2 |
[svn-r10016]
Purpose:
Bug fix
Description:
modi4 dies during build with strange errors.
The root cause of these is a two-year-old hack in HDF5's libtool
script that only takes effect on IRIX.
Solution:
Edited the libtool hack (by editing ltmain.sh) to correct a bug in
the hack.
Also made sure that compiler-specific DEFAULT_LIBS are used
when linking.
Platforms tested:
sleipnir, copper, modi4, sol
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/Makefile.in | 1 | ||||
-rw-r--r-- | fortran/examples/Makefile.in | 1 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 1 | ||||
-rw-r--r-- | fortran/test/Makefile.in | 1 | ||||
-rw-r--r-- | fortran/testpar/Makefile.in | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index a4c6512..313d84a 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -107,7 +107,6 @@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ DEBUG_PKG = @DEBUG_PKG@ -DEFAULT_LIBS = @DEFAULT_LIBS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 4ed6e72..3b62f8f 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -103,7 +103,6 @@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ DEBUG_PKG = @DEBUG_PKG@ -DEFAULT_LIBS = @DEFAULT_LIBS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 65e67d6..3d3b20c 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -103,7 +103,6 @@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ DEBUG_PKG = @DEBUG_PKG@ -DEFAULT_LIBS = @DEFAULT_LIBS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 2f8b2a7..8b65e62 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -103,7 +103,6 @@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ DEBUG_PKG = @DEBUG_PKG@ -DEFAULT_LIBS = @DEFAULT_LIBS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index a6ce70f..a9c616e 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -103,7 +103,6 @@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ DEBUG_PKG = @DEBUG_PKG@ -DEFAULT_LIBS = @DEFAULT_LIBS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ |