summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-04-01 20:45:13 +0000
committerMark Spruiell <mes@zeroc.com>2002-04-01 20:45:13 +0000
commit3d866e17c20dec967d046effd1476c55b2e39258 (patch)
tree7ee1c45a9fd5ccfedc3efbf640e86fa9b7ebb308 /cpp
parentadding DynamicLibrary (diff)
downloadice-3d866e17c20dec967d046effd1476c55b2e39258.tar.bz2
ice-3d866e17c20dec967d046effd1476c55b2e39258.tar.xz
ice-3d866e17c20dec967d046effd1476c55b2e39258.zip
adding -ldl
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules
index a610d4d5b98..d9c3cc2673e 100644
--- a/cpp/config/Make.rules
+++ b/cpp/config/Make.rules
@@ -42,7 +42,7 @@ CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall
#CXXFLAGS = -O3 -DNDEBUG -ftemplate-depth-128 -fPIC -Wall
CPPFLAGS = -I$(includedir) -I$(STLPORT_HOME)/include/stlport
LDFLAGS = -L$(libdir) -L$(STLPORT_HOME)/lib -L$(OPENSSL_HOME)/lib -L$(XERCESC_HOME)/lib
-BASELIBS = -lIceUtil -lstlport_gcc -lpthread -luuid
+BASELIBS = -lIceUtil -lstlport_gcc -lpthread -luuid -ldl
LIBS = -lIce -lxerces-c1_5_2 -lssl -lcrypto $(BASELIBS)
# For Intel's icc compiler. (Experimental!)