@techee did you try with `-std=c++0x`? IIRC that works fine for me on Mac.
@b4n it sounds like a bug to me since the compiler must pass the configure tests by saying it's a g++ which supports c++11 (I think the autoconf tests try `c++0x` too though, see above), but then fails to function.