From d929f4cf5fbbb3c73850a25b3fcf5d9dc636c89f Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Fri, 23 Mar 2012 13:49:49 +0000 Subject: [PATCH] Link with C++ linker --- cde/programs/dticon/Imakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cde/programs/dticon/Imakefile b/cde/programs/dticon/Imakefile index 1f147e84..898a1357 100644 --- a/cde/programs/dticon/Imakefile +++ b/cde/programs/dticon/Imakefile @@ -53,6 +53,11 @@ SYS_LIBRARIES = -lm -ldl -lgen EXTRA_DEFINES = #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 SRCS = dtIconShell.c event.c fileIO.c \ fileIODialog.c globals.c graphics.c \ -- 2.25.1