summaryrefslogtreecommitdiffstats
path: root/config/commence.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-30 20:33:13 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-30 20:33:13 (GMT)
commitb9fdce5fb471d289ff3b2412825e8ab6bc75f67e (patch)
tree2461530ce1b0c9e53e3f9526e9ec4a2de8b82f87 /config/commence.in
parent166ae9dabe6e2467e5e59f9a32551ca52fe058b4 (diff)
downloadhdf5-b9fdce5fb471d289ff3b2412825e8ab6bc75f67e.zip
hdf5-b9fdce5fb471d289ff3b2412825e8ab6bc75f67e.tar.gz
hdf5-b9fdce5fb471d289ff3b2412825e8ab6bc75f67e.tar.bz2
[svn-r3042] Purpose:
Messed up Description: The compile line doesn't like the -dlopen self flag... Solution: removed Platforms tested: Eirene
Diffstat (limited to 'config/commence.in')
-rw-r--r--config/commence.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence.in b/config/commence.in
index 64c7432..c212a37 100644
--- a/config/commence.in
+++ b/config/commence.in
@@ -45,7 +45,7 @@ PUB_LIB=$(LIB)
LT_STATIC_EXEC=@LT_STATIC_EXEC@
DYNAMIC_DIRS=@DYNAMIC_DIRS@
LT=$(top_builddir)/libtool
-LT_COMPILE=$(LT) --mode=compile $(CC) -dlopen self
+LT_COMPILE=$(LT) --mode=compile $(CC)
LT_LINK_LIB=$(LT) --mode=link $(CC) -rpath $(libdir)
LT_LINK_EXE=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -dlopen self -rpath $(bindir) $(DYNAMIC_DIRS)
LT_RUN=$(LT) --mode=execute