Date: Tuesday, January 9, 2007 @ 15:42:04
Author: marc
Path: /cvsroot/carob/carob/test
Modified: GNUmakefile (1.36 -> 1.37)
Added explanation about libcppunit.so needing libdl.so
-------------+
GNUmakefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.36 carob/test/GNUmakefile:1.37
--- carob/test/GNUmakefile:1.36 Tue Jan 9 15:19:15 2007
+++ carob/test/GNUmakefile Tue Jan 9 15:42:04 2007
@@ -54,7 +54,9 @@
override CLIENT_LDLIBS += -l${LIB_CPPUNIT}
-# cppunit is sometimes not linked to libdl while using dlopen() & co
+# cppunit is sometimes not linked to libdl
+# lib/libcppunit.so: undefined reference to `dlclose'
+# Note that liblog4cxx.so sometimes pulls libxml2.so which also pulls
libdl.so, hiding this error
ifeq (${OS}, linux)
override CLIENT_LDLIBS += -ldl
endif
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits