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

index e3b280a4c7d96ac94ed2e9f5cf25b0705586405f..eb349ee74cbb95e27356e5264513442bf9491318 100644 (file)
@@ -13,6 +13,12 @@ OBJS =  xlate_locale.o
 SYS_LIBRARIES = -lgen 
 #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
+
 DEPLIBS = $(DEPDTSVCLIB)
 LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)