summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/Makefile.in1
-rw-r--r--doc/html/ADGuide/Makefile.in1
-rw-r--r--doc/html/Graphics/Makefile.in1
-rw-r--r--doc/html/Intro/Makefile.in1
-rw-r--r--doc/html/Makefile.in1
-rw-r--r--doc/html/PSandPDF/Makefile.in1
-rw-r--r--doc/html/TechNotes/Makefile.in1
-rw-r--r--doc/html/Tutor/Graphics/Makefile.in1
-rw-r--r--doc/html/Tutor/Makefile.in1
-rw-r--r--doc/html/Tutor/examples/Makefile.in1
-rw-r--r--doc/html/cpplus/Makefile.in1
-rw-r--r--doc/html/ed_libs/Makefile.in1
-rw-r--r--doc/html/ed_styles/Makefile.in1
-rw-r--r--doc/html/fortran/Makefile.in1
14 files changed, 0 insertions, 14 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index ee156e8..3a87869 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -99,7 +99,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/doc/html/ADGuide/Makefile.in b/doc/html/ADGuide/Makefile.in
index 273fba7..433cab4 100644
--- a/doc/html/ADGuide/Makefile.in
+++ b/doc/html/ADGuide/Makefile.in
@@ -95,7 +95,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/doc/html/Graphics/Makefile.in b/doc/html/Graphics/Makefile.in
index 3da3245..844678f 100644
--- a/doc/html/Graphics/Makefile.in
+++ b/doc/html/Graphics/Makefile.in
@@ -95,7 +95,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/doc/html/Intro/Makefile.in b/doc/html/Intro/Makefile.in
index 7c18fe5..4459919 100644
--- a/doc/html/Intro/Makefile.in
+++ b/doc/html/Intro/Makefile.in
@@ -95,7 +95,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/doc/html/Makefile.in b/doc/html/Makefile.in
index f81b9a7..d43c53d 100644
--- a/doc/html/Makefile.in
+++ b/doc/html/Makefile.in
@@ -99,7 +99,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/doc/html/PSandPDF/Makefile.in b/doc/html/PSandPDF/Makefile.in
index 4234eb8..85f2c87 100644
--- a/doc/html/PSandPDF/Makefile.in
+++ b/doc/html/PSandPDF/Makefile.in
@@ -95,7 +95,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/doc/html/TechNotes/Makefile.in b/doc/html/TechNotes/Makefile.in
index 85b388f..08b47ab 100644
--- a/doc/html/TechNotes/Makefile.in
+++ b/doc/html/TechNotes/Makefile.in
@@ -95,7 +95,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/doc/html/Tutor/Graphics/Makefile.in b/doc/html/Tutor/Graphics/Makefile.in
index 750ba64..4936921 100644
--- a/doc/html/Tutor/Graphics/Makefile.in
+++ b/doc/html/Tutor/Graphics/Makefile.in
@@ -95,7 +95,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/doc/html/Tutor/Makefile.in b/doc/html/Tutor/Makefile.in
index 33fe961..556ca95 100644
--- a/doc/html/Tutor/Makefile.in
+++ b/doc/html/Tutor/Makefile.in
@@ -95,7 +95,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/doc/html/Tutor/examples/Makefile.in b/doc/html/Tutor/examples/Makefile.in
index 4abb0d8..c0f63f1 100644
--- a/doc/html/Tutor/examples/Makefile.in
+++ b/doc/html/Tutor/examples/Makefile.in
@@ -95,7 +95,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/doc/html/cpplus/Makefile.in b/doc/html/cpplus/Makefile.in
index d1fc082..3b906b5 100644
--- a/doc/html/cpplus/Makefile.in
+++ b/doc/html/cpplus/Makefile.in
@@ -95,7 +95,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/doc/html/ed_libs/Makefile.in b/doc/html/ed_libs/Makefile.in
index 9706f61..aa5078b 100644
--- a/doc/html/ed_libs/Makefile.in
+++ b/doc/html/ed_libs/Makefile.in
@@ -95,7 +95,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/doc/html/ed_styles/Makefile.in b/doc/html/ed_styles/Makefile.in
index 4d98970..90614e2 100644
--- a/doc/html/ed_styles/Makefile.in
+++ b/doc/html/ed_styles/Makefile.in
@@ -95,7 +95,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/doc/html/fortran/Makefile.in b/doc/html/fortran/Makefile.in
index 91048db..52ae927 100644
--- a/doc/html/fortran/Makefile.in
+++ b/doc/html/fortran/Makefile.in
@@ -95,7 +95,6 @@ CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
DEBUG_PKG = @DEBUG_PKG@
-DEFAULT_LIBS = @DEFAULT_LIBS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DYNAMIC_DIRS = @DYNAMIC_DIRS@