|
From: Eric K. <ek...@rz...> - 2001-11-01 11:27:02
|
"Phillip Susi" <ps...@cf...> wrote: > I finally updated to the new binary packages on our sorceforge site for gcc > and binutils to get the g++ compiler, but it fails compiling a test app > with the error: > > ld: cannot find -lstdc++ > > Ideas? > Yep! I just had a look at my binary mingw tree. Libstdc++.a exists but 'make bindist' seems to cripple its name. I found 'libstdc++.a.2.10.0' in the lib subdirectory. Rename it to 'libstdc++.a' and everything should be okay. Please, tell me if it works. Guess this is just another makefile bug. :-/ - Eric Kohl ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |