From a5b6e62764bb1e8f91c5660fc59a37e0fb8e0601 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 12:07:09 +0000 Subject: [PATCH] Link with C++ linker --- cde/programs/dtpdm/Imakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cde/programs/dtpdm/Imakefile b/cde/programs/dtpdm/Imakefile index 2a354862..6dacbe91 100644 --- a/cde/programs/dtpdm/Imakefile +++ b/cde/programs/dtpdm/Imakefile @@ -29,6 +29,12 @@ SYS_LIBRARIES = -lmsaa -liconv SYS_LIBRARIES = -lintl -L/opt/SUNWspro/SC2.0.1 -lm -lgen -ldl -lC #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 + PROGRAMS = dtpdm SRCS = JobBox.c Main.c MainWindow.c \ -- 2.25.1