User Ratings
Rate This Project
Login To Rate This Project
Featured Reviews
Highest Rated
Thanks for Mingw-w64, it's perfect!
Lowest Rated
5.1 is not usable for me. When I compile GFORTRAN code I get "Program received signal SIGSEGV: Segmentation fault - invalid memory reference"
4.9 versions have other compile issues
4.8 versions work best for me
User Reviews
-
Not working. I download the exe, run it and it just says "Getting repository description file...", then closes and nothing happens.
-
I am unable to download. There is a loop which runs after clicking on download button.
-
it just says 'g++' is not recognized as an internal or external command, operable program or batch file.What do I do???
-
If you are wondering what to do after the download read this -download -open the zip -extract the zip -open the cmd -enter g++ your_program.cpp -o my_program g++ is the compiler. your_program.cpp is the name of your source file. -o your_program specifies that the generated executable file will be named "your_program".
-
I installed it as part of an Online Course. The MinGW is all here but without the installer, made me have a hard time to get the complier running on my machine. I fixed it by installing a GCC+mingw64 zip file from winlibs Note that I installed the "GCC 12.2.0 + LLVM/Clang/LLD/LLDB 16.0.0 + MinGW-w64 10.0.0 (UCRT) - release 5" because it was the latest. I downloaded the zip file that had LLVM/Clang/LLD/LLDB and extracted it. After that, I simply added the bin folder to path and DONE. You now have the g++ working on the command line.
-
I managed to get this version of MinGW working without using the installer. Use this video on YouTube to help: Install MinGW-W64 from archive on Windows The single file that is downloaded can be unzipped using 7-zip. Add the bin folder to your environment variables.
-
I encountered error messages during installation as other users have reported. The process did not complete successfully. Instead of struggling with this, I recommend exploring alternative hassle-free options that yield better results
-
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?
-
for those who get an error go to this link download the file manually and add the folder to C it will work after that
-
For people having issues with the installer, one workaround that I had success with was updating the URL with the version that I wanted. For example: If I wanted the following setup settings: 1) Version 7.2.0 2) Architecture i686 3) Threads posix 4) Exception dwarf 5) Build revision 1 Then it'd give me the i686-7.2.0-posix-dwarf-rt_v5-rev1. I take a working url under "Files" on sourceforge, such as (MinGW-W64 GCC-8.1.0). And change it so it matches with i686-7.2.0-posix-dwarf-rt_v5-rev1.
-
Today i download complier zipfile for C language. i.e. MinGW-w64- . But it not work . kindly tell what i do.
-
Previously the link is working fine.. but From few days, it is corrupted or something happened to the file.. because it is showing "The file has been downloaded incorrectly" error.. please solve the issue
-
The online installer is not working for many days. Whenever I'm trying to install MinGW, it's showing an error message "The file has been downloaded incorrectly". This issue is still not fixed. Please fix this issue as early as possible.
-
I adore this software because it is similar to the realized fantasies that I imagined. I think it's useful for those who can't choose for themselves.
-
Where is the "make"???
-
don't even think about downloading this! I did and it is totally worthless! iutjj does nothing
-
THAT NOT SUPPORT MY LAPTOP 64 BIT .PLESE DO NOT INSTALL.IT IS VIRUS FOR WINDOWS 10.
-
I've been using this compiler for quite some time and it's great. However, I am facing problems during installation on a new PC. The download of files is EXTREMELY slow and suddenly the installation fails. This issue has been reported by others already. As this issue is not related at all with the functionality of the package I give them 5 stars expecting to have a solution as soon as possible. UPDATE: I found the solution: Go to the "Problems Downloading" button when downloading the files and change the mirror to a closer location. Strangely, I live in the UK and the German server was not working properly. Selected the server from France and it downloaded lighting-fast! Unzipped the file to my selected folder and voila. Worked. Hope this helps
-
I was trying intall, but there is problem with the download :c
-
Whenever I come here i see the that it has been updated. how do i update the libraries. do i have to download it everyday it is being updated.
-
Awesome, really helps me to compile FLOSS projects.
-
A mature UNIX-like environment while fully Windows-compatible. Allows to build statically-linked Win32 64-bit executables. Contains pacman, a package manager like yum.