I believe you should be using CXXFLAGS. "g++ -std=c++11" is, in fact, NOT a valid command.
On Tuesday, December 9, 2014 12:41:43 AM UTC-9, kunjie Chen wrote: > > Hi guys. > > I'm gonna build V8 on centos4.3 and use the version 3.30.10. > I use the follow exports > > export CXX="g++ -std=c++11" > export LINK="g++ -std=c++11" > > However, when runing cmd "make x64", it fails. The output is > > make[1]: Entering directory > `/home/users/chenkunjie/googlev8/bak_code/app/ecom/aladdin/thirdsrc/google-v8/v8/out' > CXX(target) > /home/users/chenkunjie/googlev8/bak_code/app/ecom/aladdin/thirdsrc/google-v8/v8/out/x64.release/obj.target/v8_base/src/accessors.o > /bin/sh: g++ -std=c++11: command not found > > did anybody encounter this problem? > > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
