From: Peter Howkins Date: Mon, 12 Mar 2012 12:07:09 +0000 (+0000) Subject: Link with C++ linker X-Git-Tag: 2.2.0a~26^2~99 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a5b6e62764bb1e8f91c5660fc59a37e0fb8e0601;p=oweals%2Fcde.git Link with C++ linker --- 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 \