> However, once I try to use some more c++ features, I get the > following > error, and it seems to be associated with the compiled object files > themselves: > > "invalid or corrupt file: no symbol for COMDAT section ..." (and a > hex > address).
It's not possible to mix static libstdc++ with Microsoft C++ runtime. In fact even mingw-w64 based Clang doesn't play nicely with static libstdc++ http://lists.llvm.org/pipermail/cfe-dev/2017-April/053530.htm l
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
