How to compile the newest gcc release under Windows 10? I have the latest mingw-w64
available here which isn't fully c++17
compliant (I cannot use the filesystem
library). A build called winlibs
is also available but it is built on mingw-w64
8.0.0, so newer standards aren't fully supported. I downloaded the compressed file gcc-10.3.0.tar.gz
.What are the steps needed to do build any new (or old) gcc release on Windows natively without resorting to cygwin
or msys
or wsl
?
↧
Build gcc on Windows with another gcc version
↧