=================================================================== RCS file: /cvs/djgpp/djgpp/src/makefile.def,v retrieving revision 1.3 retrieving revision 1.4 diff -p -u -r1.3 -r1.4 --- djgpp/src/makefile.def 1999/12/14 11:34:30 1.3 +++ /cvs/djgpp/djgpp/src/makefile.def 2001/06/11 14:36:19 1.4 @@ -36,6 +36,7 @@ AR = ar LD = ld STRIP = strip BISON = bison +LIBSTDCXX = -lstdcxx else @@ -58,6 +59,7 @@ AR = ar LD = ld STRIP = strip BISON = bison +LIBSTDCXX = -lstdc++ # You may need to replace coff-go32 with coff-i386 in lib/djgpp.djl or # edit your cross_ld to replace coff-i386 with coff-go32 (as I did)