Use C++ linker
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 14:42:58 +0000 (14:42 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 14:42:58 +0000 (14:42 +0000)
cde/programs/dtwm/Imakefile

index 9081710c7e91091db939483c1935cd6ca4369e0a..40959ed9e03d762b175336a2fa8de1220f91c7f4 100644 (file)
@@ -26,6 +26,12 @@ EXTRA_DEFINES = -D_HPUX_SOURCE
 EXTRA_CCOPTIONS = -xF
 dtwm := LOCAL_LDFLAGS = -M mapfile.reorder
 #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
  
 SRCSXM = \
         WmCDInfo.c      WmCDecor.c      WmCEvent.c \