summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-02-16 19:27:27 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-02-16 19:27:27 (GMT)
commit8ed95c00114dd3f6d9b766664c3bb56aa75f7a4f (patch)
treee103ef2bcab79e2a91260775a78616ddbc962e21 /c++
parent18c257c46f377066e6c863c88b95d4b85825ee44 (diff)
downloadhdf5-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 'c++')
-rw-r--r--c++/Makefile.in1
-rw-r--r--c++/examples/Makefile.in1
-rw-r--r--c++/src/Makefile.in1
-rw-r--r--c++/test/Makefile.in1
4 files changed, 0 insertions, 4 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index eac374e..8bdb306 100644
--- a/c++/Makefile.in
+++ b/c++/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/c++/examples/Makefile.in b/c++/examples/Makefile.in
index f7bd9b1..2260197 100644
--- a/c++/examples/Makefile.in
+++ b/c++/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/c++/src/Makefile.in b/c++/src/Makefile.in
index 0d7f370..06d3516 100644
--- a/c++/src/Makefile.in
+++ b/c++/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/c++/test/Makefile.in b/c++/test/Makefile.in
index f1d8a3d..7339ece 100644
--- a/c++/test/Makefile.in
+++ b/c++/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@