From: Peter Howkins Date: Mon, 12 Mar 2012 11:19:04 +0000 (+0000) Subject: Link with C++ linker X-Git-Tag: 2.2.0a~26^2~107 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d9bb3d3486da8548215c33ea7b726c9feaa4ee5;p=oweals%2Fcde.git Link with C++ linker --- diff --git a/cde/programs/dtdocbook/xlate_locale/Imakefile b/cde/programs/dtdocbook/xlate_locale/Imakefile index e3b280a4..eb349ee7 100644 --- a/cde/programs/dtdocbook/xlate_locale/Imakefile +++ b/cde/programs/dtdocbook/xlate_locale/Imakefile @@ -13,6 +13,12 @@ OBJS = xlate_locale.o SYS_LIBRARIES = -lgen #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 + DEPLIBS = $(DEPDTSVCLIB) LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)