Thursday, July 24, 2014

C11 on Windows with gcc 4.9.1

For those of you with a Windows machine and interested in C11, and feeling adventurous, there are builds of MinGW64 with gcc 4.9.1 on sourceforge that you can use to build C11 code.
It's easy to install (just uncompress the .7z file and add the <mingw>\bin\ folder to your %PATH%) and you can try to build some of the C11 locks we've put on github, or use our Rosetta Stone to translate your code from some other language to C11 atomics.

If you're more into Linux, there's always Arch, that comes with the latest gcc builds.

More on C11 at DrDobbs or wikipedia

No comments:

Post a Comment