From: Peter Howkins Date: Mon, 12 Mar 2012 14:42:58 +0000 (+0000) Subject: Use C++ linker X-Git-Tag: 2.2.0a~26^2~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a26bc89ad59d803920454d504b1b9c027e402b04;p=oweals%2Fcde.git Use C++ linker --- diff --git a/cde/programs/dtwm/Imakefile b/cde/programs/dtwm/Imakefile index 9081710c..40959ed9 100644 --- a/cde/programs/dtwm/Imakefile +++ b/cde/programs/dtwm/Imakefile @@ -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 \