Use C++ linker
This commit is contained in:
@@ -39,6 +39,11 @@ ATLIB=
|
|||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
SYS_LIBRARIES = -lm -ldl -lgen
|
||||||
#endif /* SunArchitecture */
|
#endif /* SunArchitecture */
|
||||||
|
|
||||||
|
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 = dttypes.c
|
SRCS = dttypes.c
|
||||||
OBJS = dttypes.o
|
OBJS = dttypes.o
|
||||||
|
|||||||
Reference in New Issue
Block a user