diff --git a/Make/makedefs b/Make/makedefs index 1883736aa..eff284eaf 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -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