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

index fb359dee3bf2ee3dc7b6a4b0bc21d2b50c8f112d..5cffc3dc38d8c6e56f8fbe1d58126a953525a04d 100644 (file)
@@ -5,6 +5,12 @@ LOCAL_LIBRARIES = $(TTLIB) $(XTOOLLIB) $(XLIB)
 DEFINES = -DMSGLOG_CLIENT_ONLY
 INCLUDES = -I. 
 
+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 = DtGetMessage.c Main.c MsgLog.c Version.c
 OBJS = DtGetMessage.o Main.o MsgLog.o Version.o