Use C++ linker
This commit is contained in:
parent
a26bc89ad5
commit
cbffec168a
|
|
@ -39,6 +39,11 @@ ATLIB=
|
|||
SYS_LIBRARIES = -lm -ldl -lgen
|
||||
#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
|
||||
OBJS = dttypes.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue