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

index a58065fe43aa320f0aafb740dd6b2ec1e278bdf2..50aaf51fefde0621134975fbe24bb60e3b55abb6 100644 (file)
@@ -12,6 +12,12 @@ SYS_LIBRARIES   = -lm
 EXTRA_DEFINES = +e
 #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
+
 #ifdef LinuxArchitecture
 SYS_LIBRARIES   = -lm -lcrypt
 #endif