From 88cc514fbd75deb9f241b1c8d31c50a3eda4e45f Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 12 Mar 2012 15:41:09 +0000 Subject: [PATCH] Use C++ linker --- cde/programs/dtstyle/Imakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cde/programs/dtstyle/Imakefile b/cde/programs/dtstyle/Imakefile index 5269b657..3b10e958 100644 --- a/cde/programs/dtstyle/Imakefile +++ b/cde/programs/dtstyle/Imakefile @@ -19,6 +19,12 @@ EXTRA_OBJS = OWsync.o EXTRA_DEFINES = -D$(PROGRAMS) #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 = dtstyle OBJS = Main.o version.o MainWin.o Font.o Audio.o \ -- 2.25.1