|
From: Andrew G. <ar...@wh...> - 2000-12-04 15:11:25
|
> For some reason, any code which uses the C++ string class doesn't seem to > link properly under mingw32. It does compile, however, so am I neglecting > to link to something? You need to use g++ instead of gcc. |