The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems.
Features
- Compiler toolchain hosts natively
- Supports Native TLS Callbacks
- Supports Wide-Character Startup (-municode)
- Supports 32-bit and 64-bit Windows i386/x64
- Supports Multilib toolchains
- Supports bleeding edge gcc/binutils
License
Public Domain, GNU Library or Lesser General Public License version 2.0 (LGPLv2), Zope Public LicenseFollow MinGW-w64 - for 32 and 64 bit Windows
Other Useful Business Software
What’s next for many of us is changing. Your company’s ability to hire great talent is as important as ever – so you’ll be ready for whatever’s ahead. Whether you need to scale your team quickly or improve your hiring process, Greenhouse gives you the right technology, know-how and support to take on what’s next.
Rate This Project
Login To Rate This Project
User Reviews
-
im trying to learn c++ over udemy, the instructor told us to use this program, for him it was an exe and install. i tried to use the installer, and the zip files, nothing happens "the program didnt download correctly" tried placing the exe in folder made by the zip, out of the folder, delete the folder, delete the installer and keep just folder, nothing works
-
MinGW-W64-install.exe didn't work! ---- So, I downloaded ---- MinGW-W64 GCC-8.1.0 ---- i686-posix-sjlj ---- ---- one file was downloaded ---- i686-8.1.0-release-posix-sjlj-rt_v6-rev0.7z ---- 45.9 MB ---- ---- unzip the file on Desktop ---- and copy it to D: ---- D:\mingw32\bin ---- ---- using Windows PowerShell ---- ---- PS C:\WINDOWS\system32> $envPath = [System.Environment]::GetEnvironmentVariable("Path", "Machine") ---- PS C:\WINDOWS\system32> $envPath += ";D:\mingw32\bin" ---- PS C:\WINDOWS\system32> [System.Environment]::SetEnvironmentVariable("Path", $envPath, "Machine") ---- PS C:\WINDOWS\system32> cd D:\test2 ---- PS D:\test2> g++ -g hello.cpp -o hello.exe ---- PS D:\test2> ./hello.exe ---- Hello! ---- PS D:\test2> ---- g++ works all right! ---- ---- hello.cpp ---- #include <iostream> ---- int main() ---- { ---- std::cout << "Hello!" << std::endl; ---- } ----
-
auto-installer; follow all instructions on link page to properly install MinGW-w64 at: msys2(dot)org
-
The automatically installed file was the correct installer, however, said installer immediately failed. when pressing the download button, it downloads a zip folder. having spent 10 minutes unzipping the aforementioned folder, there wasn't a single .exe file. how do you expect me to use your program when it's impossible to install?
-
The developers must surely be laser-focused on whatever they're developing because they can't be bothered to address the problem getting the damn thing installed in the first place! FAIL.