I post this link because it took me a long time to find quality Windows builds of GCC. There are many places which offer GCC for Windows, but most of the builds have problems. These ones are the best IMHO.
Snapshots and releases builds of the MinGW compiler that
use CRT & WinAPI from the mingw-w64 project.
Builds support the following features:
- OpenMP
- LTO
- Graphite
- std Concurrency
- Native TLS Callbacks
- Wide-Character Startup (-municode)
- 32-bit and 64-bit Windows
- Multilib toolchains
- Cross-compiling from x86_64 for i686 and vice versa.
Comments
Final Windows binaries will soon be available here:
http://sourceforge.net/projects/mingwbuilds/files/windows-ho... (Prerelease binaries already available)
I post this link because it took me a long time to find quality Windows builds of GCC. There are many places which offer GCC for Windows, but most of the builds have problems. These ones are the best IMHO.
Project Description from http://sourceforge.net/projects/mingwbuilds/
Snapshots and releases builds of the MinGW compiler that use CRT & WinAPI from the mingw-w64 project.
Builds support the following features: - OpenMP - LTO - Graphite - std Concurrency - Native TLS Callbacks - Wide-Character Startup (-municode) - 32-bit and 64-bit Windows - Multilib toolchains - Cross-compiling from x86_64 for i686 and vice versa.
I tend to grab MinGW from http://nuwen.net/mingw.html Have you looked at that yet?
My favorite MinGW build is at http://www.equation.com/servlet/equation.cmd?fa=fortran. It hasn't been updated yet but will probably be over the weekend.
Final Sourceforge MinGW-builds Windows binaries are now available.