I am trying to compile NodeJS for PPC architecture but It fails with "cc1plus: error: unrecognized command line option -std=gnu++0x". From analysis I infer my Executable didn't support c++0x standard for compilation.Kindly suggest any other alternative way that i can use to compile Nodejs.