Use C++ linker
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 15:41:09 +0000 (15:41 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 15:41:09 +0000 (15:41 +0000)
cde/programs/dtstyle/Imakefile

index 5269b657a05fae7371c20c987beb1433c1492f2a..3b10e958c47e55c95c4a7aa8d64bd2448ae93cfd 100644 (file)
@@ -19,6 +19,12 @@ EXTRA_OBJS = OWsync.o
 EXTRA_DEFINES = -D$(PROGRAMS)
 #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
+
 PROGRAMS = dtstyle
 
 OBJS = Main.o version.o MainWin.o Font.o Audio.o \