From: Peter Howkins Date: Mon, 12 Mar 2012 14:40:34 +0000 (+0000) Subject: use C++ linker X-Git-Tag: 2.2.0a~26^2~94 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c03c12449d5a750f24d23b2762fb16440d2cfd3c;p=oweals%2Fcde.git use C++ linker --- diff --git a/cde/programs/dtudcexch/Imakefile b/cde/programs/dtudcexch/Imakefile index 6afcac0b..72b2577f 100644 --- a/cde/programs/dtudcexch/Imakefile +++ b/cde/programs/dtudcexch/Imakefile @@ -28,6 +28,12 @@ UDC_INC_PATH7 = -I$(FONTEDT_PATH1)/dtgpftobdf OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"' #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 + DEFINES = $(OPT2) DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) \