From: Peter Howkins Date: Mon, 12 Mar 2012 12:14:03 +0000 (+0000) Subject: Link with C++ linker X-Git-Tag: 2.2.0a~26^2~97 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8631b4f7c08c8bdf6ec0110dca29e398c62b8322;p=oweals%2Fcde.git Link with C++ linker --- diff --git a/cde/programs/dtspcd/Imakefile b/cde/programs/dtspcd/Imakefile index 0f417a72..04a5590a 100644 --- a/cde/programs/dtspcd/Imakefile +++ b/cde/programs/dtspcd/Imakefile @@ -30,6 +30,12 @@ LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \ SYS_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 + #if defined(UXPArchitecture) LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \ $(XMLIB) $(XTOOLLIB) $(XLIB)