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

index 6561f38a06d01db6bebf42547a788405a639d374..40da336a69225d0547163f68154bcd5d6655ca5f 100644 (file)
@@ -55,6 +55,11 @@ EXTRA_DEFINES = -Xt -D_NO_PROTO
 SYS_LIBRARIES = -lm -ldl -lgen
 #endif /* UXPArchitecture */
 
+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          \