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?
|
feedback
|
|
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) | |||
|
feedback
|
|
I see | |||
|
feedback
|