[v8-users] Re: build v8 using c++11

2014-12-10 Thread kunjie Chen
well, it works.

Thanks

在 2014年12月10日星期三UTC+8上午4时41分28秒,Flying Jester写道:

 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
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[v8-users] Re: build v8 using c++11

2014-12-09 Thread Flying Jester
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
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.