summaryrefslogtreecommitdiffstats
path: root/c++/config
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-30 20:37:45 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-30 20:37:45 (GMT)
commitdd675708fd3612b6fedd04c5e3c51f7404f3c7e8 (patch)
tree86865094a691ed4c4b9071b7b96a47f81bf5a5a5 /c++/config
parent81145c6bab3f634ff55df24d66d1e9390dbd204f (diff)
downloadhdf5-dd675708fd3612b6fedd04c5e3c51f7404f3c7e8.zip
hdf5-dd675708fd3612b6fedd04c5e3c51f7404f3c7e8.tar.gz
hdf5-dd675708fd3612b6fedd04c5e3c51f7404f3c7e8.tar.bz2
[svn-r3044] Purpose:
Argh! Description: Again the compiler doesn't like the -dlopen self flag when compiling... Platforms tested: Linux
Diffstat (limited to 'c++/config')
-rw-r--r--c++/config/commence.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/config/commence.in b/c++/config/commence.in
index 5d0bfd2..a5fb266 100644
--- a/c++/config/commence.in
+++ b/c++/config/commence.in
@@ -46,7 +46,7 @@ PUB_LIB=$(LIB)
LT_STATIC_EXEC=@LT_STATIC_EXEC@
DYNAMIC_DIRS=@DYNAMIC_DIRS@
LT=$(top_builddir)/libtool
-LT_COMPILE=$(LT) --mode=compile $(CXX) -dlopen self
+LT_COMPILE=$(LT) --mode=compile $(CXX)
LT_LINK_LIB=$(LT) --mode=link $(CXX) -static -rpath $(libdir)
LT_LINK_EXE=$(LT) --mode=link $(CXX) $(LT_STATIC_EXEC) -dlopen self -static -rpath $(bindir) $(DYNAMIC_DIRS)
LT_RUN=$(LT) --mode=execute