Hi,
I read a bit of this thread ( https://groups.google.com/forum/?fromgroups=#!searchin/rubyinstaller/4.7/rubyinstaller/nWadNZEBR9k/O7WRdhkt5cEJ ) but didn't understand everything of it :p .
What I'd like to do is having a DevKit for compiling ruby C++11 extensions, for ruby 1.9.3. The problem is that the DevKit I got has a g++ 4.5, and my C++ code uses template aliases which are implemented only since g++ 4.7.
Is there a DevKit for ruby 1.9.3, with a GCC 4.7 (or newer) ?