Re: [Mingw-w64-public] std :: exception cannot be caught even though it has an active try/catch block(gcc9 and gcc10 )

2020-11-16 Thread Jonathan Yong
On 11/16/20 5:35 PM, gmail Vladimir Koković wrote: /usr/lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld: build/Debug/x86_64-w64-mingw32-Linux/_ext/7fd6286d/datahandler.o: in function `odbc::stringToStream(std::__cxx11::basic_stringstd::char_traits, std::allocator > const

Re: [Mingw-w64-public] std :: exception cannot be caught even though it has an active try/catch block(gcc9 and gcc10 )

2020-11-16 Thread gmail Vladimir Koković
I did ld with --verbose, however there is still a problem that linux mingw (gcc 10.2) is badly packaged! g++ -m64    -o dist/Debug/x86_64-w64-mingw32-Linux/liblibodbc.dll build/Debug/x86_64-w64-mingw32-Linux/_ext/7fd6286d/callablestatement.o build/Debug/x86_64-w64-mingw32-Linux/_ext/7fd6286d/c

Re: [Mingw-w64-public] std :: exception cannot be caught even though it has an active try/catch block(gcc9 and gcc10 )

2020-11-16 Thread Liu Hao
在 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 bas

Re: [Mingw-w64-public] std :: exception cannot be caught even though it has an active try/catch block(gcc9 and gcc10 )

2020-11-16 Thread 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 overc