On 2017/4/9 22:59, Edward Diener wrote: > Are you saying that I have to build gcc-6.3 myself on Windows, rather > than juat install it from mingw-w64-install, in order to use your library ? Yes. However I also build it constantly, which is available here: <https://gcc-mcf.lhmouse.com/> .
These files, like the mingwbuilds releases, are all-in-one packages. All binaries, headers and libraries are packed into a single archive. Each package should contain latest CRT, headers, GCC and GDB on the day it was built. You just need to decompress it somewhere, add the `bin` directory into your `PATH` and build using it. -- Best regards, LH_Mouse ------------------------------------------------------------------------------ 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
