在 2020/11/16 17:52, gmail Vladimir Koković 写道: > I can't believe it but it's true that I can't do clean/build for libodbc++ > because my linux mingw > (gcc 10.2) is badly packaged! > I checked against http://winlibs.com/ gcc 10.2 and it is evident that in my > linux mingw libstdc is > missing basic_stringstream() > > What's worse, I don't know how to overcome this problem? > > >
There doesn't seem to by anything wrong with the command line (other than the `-Xlinker -Map` which I am unfamiliar with). According to this undefined reference, I presume a wrong libstdc++ was picked by LD. You might want to add `-v` to the command line to find out what happened. -- Best regards, LH_Mouse
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
