It obviously isn't completely dead, but the latest version there is gcc 4.5.2, while 4.6 is already old news.
Does anyone know where I can get mingw-gcc 4.6+? Is mingw-w64 more active? They seem to have 32bit builds too, so is that just the new mingw?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Well, this is probably a very personal topic, and here's my very tainted view on things:

I provide a GCC 4.6 build for mingw-w64 (see link below). I do so because they provide both a 64-bit and 32-bit capable CRT, which mingw.org (the old one) does not, and is not planning to.

Mingw.org development seems quite halted, although they still provide updates, I'm not clear what these are (quite frankly I don't follow them either). MinGW-w64 has support for Direct-X, DDK, and the *_s APIs, among other things, which the old mingw.org still does not have (or at least not as complete).

Note the two compilers are not sworn to binary compatibility, so you'll need everything compiled by one vendor's toolchain (either mingw-w64 or mingw.org).

Note that there are no "official" mingw-w64 *binary toolchain releases yet, but the CRT itself is stable as anything. See here for what to download.

My personal builds, which work fine for me and some others (and include GCC 4.6) are located here (32-bit) and here (64-bit)

link|improve this answer
feedback

I see < 14 hours ago on the Modified time for MinGW-w64, so it looks pretty active to me...
(They're actually 32-bit, btw.)

link|improve this answer
So should I be using mingw-w64 instead of mingw32? That is my question. – baruch Aug 15 '11 at 7:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.