From c03c12449d5a750f24d23b2762fb16440d2cfd3c Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 14:40:34 +0000 Subject: [PATCH] use C++ linker --- cde/programs/dtudcexch/Imakefile | 6 ++++++ 1 file changed, 6 insertions(+) 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) \ -- 2.25.1