Link with C++ linker
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 11:17:27 +0000 (11:17 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 11:17:27 +0000 (11:17 +0000)
cde/programs/dtdbcache/Imakefile

index a4f72e906df4092266fa02877773d3f76fb5eeae..067b0c972c88b05f9808314ddb2679c91dacac9c 100644 (file)
@@ -58,6 +58,12 @@ SYS_LIBRARIES = -lm -ldl -lw -lgen
 SYS_LIBRARIES = -lm -lgen
 #endif
 
+XCOMM On Linux once you link against a C++ library the whole program
+XCOMM has to be linked with the C++ linker
+#if defined(LinuxDistribution)
+CCLINK = $(CXX)
+#endif
+
 SRCS = Main.c
 OBJS = Main.o