Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anybody know the status of www.mingw.org?

Tags:

mingw

At least from 2021-01-10T15:19:40Z, I cannot access www.mingw.org.
As far as I know, that is the official mingw web page.

Does anybody know the status of www.mingw.org? Or, any other suite place to ask this question?

like image 554
yumetodo Avatar asked Jan 11 '21 05:01

yumetodo


People also ask

What happened to MinGW website?

The official website has been changed to https://gcc.gnu.org/, so rather installing MinGW or MinGW-w64 from sourceforge.net it is better to get gcc snapshots or clone gnu github repository. The best will be goto http://winlibs.com/ and download the latest gcc version zip and extract to your directory.

Is MinGW org safe?

Yes, but if you want it for Windows, it's more convenient to use an implementation like TDM's.

Is MinGW still maintained?

Mingw.org obviously isn't completely dead, but the latest version there is gcc 4.5.


Video Answer


3 Answers

I stopped using http://mingw.org/ ages ago as it was getting behind on newer Windows API additions and newer gcc versions.

Instead I really recommend MinGW-w64, which supports both Windows 32-bit and 64-bit.

If you want to keep your old MinGW on your system and would like to give MinGW-w64 a try without interfering with your installed version, you can download a standalone build from http://winlibs.com/ that you just need to download and extract.

If you use MSYS shell you should also switch to the newer MSYS2, which is a lot faster.

like image 174
Brecht Sanders Avatar answered Oct 04 '22 21:10

Brecht Sanders


I guess they've stopped paying for this domain.

The good news is that MinGW is still available on MinGW - Minimalist GNU for Windows download | SourceForge.net. Note that the maintainer announced on the homepage:

This project is in the process of moving to osdn.net/projects/mingw, you can continue to follow us there.

So you may need to go to MinGW - Minimalist GNU for Windows Project Top Page - OSDN.

like image 37
li ki Avatar answered Oct 04 '22 20:10

li ki


The official website has been changed to https://gcc.gnu.org/, so rather installing MinGW or MinGW-w64 from sourceforge.net it is better to get gcc snapshots or clone gnu github repository. The best will be goto http://winlibs.com/ and download the latest gcc version zip and extract to your directory. As it will be an upto date version for mordern c++ verion.

like image 33
NEERAJ SINGHAL Avatar answered Oct 04 '22 19:10

NEERAJ SINGHAL