Added -lstdc++ to begining of LIBS on link line.. ??

This commit is contained in:
Don BURNS
2002-04-08 16:50:13 +00:00
parent 161adea396
commit 055e056645

View File

@@ -134,8 +134,6 @@ endif
SOCKET_LIBS =
OTHER_LIBS = -lm
endif
#### Linux specific definitions
@@ -149,6 +147,7 @@ ifeq ($(OS),Linux)
SHARED = -shared
ARCHARGS =
LINKARGS = -L/usr/X11R6/lib
LIBS = -lstdc++
DYNAMICLIBRARYLIB = -ldl
OSG_LIBS = -losgGLUT -losgDB -losgUtil -losg
FREETYPE_LIB = -lfreetype