Aha -- this was what I feared would be the case. I'll start porting all the code into VS and tracking down all the missing headers and functions, oh joy.
Thanks for the help, everyone! brad On Wed, Jun 7, 2017 at 6:50 AM, Mateusz Mikuła <[email protected]> wrote: > > 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 > ------------------------------------------------------------ > ------------------ > 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 > > ------------------------------------------------------------------------------ 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
