use C++ linker
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 14:40:34 +0000 (14:40 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 14:40:34 +0000 (14:40 +0000)
cde/programs/dtudcexch/Imakefile

index 6afcac0bb891a923a8cd5c9349af8b90c63c276e..72b2577f395795975d20e7e4bff1de6d7f5fd43a 100644 (file)
@@ -28,6 +28,12 @@ UDC_INC_PATH7     =  -I$(FONTEDT_PATH1)/dtgpftobdf
         OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"'
 #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
+
 DEFINES = $(OPT2)
 
 DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) \