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

index 02a322a382225827b47348a4f7760b2e94975211..fdf05f81e53ad29dae798802ee5ee1ef8abf6b37 100644 (file)
@@ -12,6 +12,12 @@ EXTRA_LIBRARIES = -lsocket -lnsl -lgen -lm
 EXTRA_LIBRARIES = -lm
 #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
+
 OBJS = main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o
 SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c browse.c