Link with C++ linker
This commit is contained in:
@@ -11,6 +11,12 @@ SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
||||
|
||||
EXTRA_INCLUDES = -I$(DTHELPSRC)
|
||||
|
||||
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 = helpgen.c version.c
|
||||
OBJS = helpgen.o version.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user