Link with C++ linker
authorPeter Howkins <flibble@users.sourceforge.net>
Wed, 14 Mar 2012 13:53:28 +0000 (13:53 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Wed, 14 Mar 2012 13:53:28 +0000 (13:53 +0000)
cde/programs/dtudcfonted/Imakefile

index 6d3c5caccef36a6f7e885ea85c4ceb35609d2f75..43db3666173d19dd7bce1dc1e8b21cae09b1f1cb 100644 (file)
@@ -46,6 +46,12 @@ SYS_LIBRARIES = DtClientSysLibs -lw
 SYS_LIBRARIES = DtClientSysLibs
 #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
+
 #define IHaveSubdirs
 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'