Comment #12 on issue 897 by [email protected]: Can't select
/opt/csw/gcc4/bin/g{cc,++} as the compiler in the presence of /usr/bin/cc
http://code.google.com/p/v8/issues/detail?id=897
SHCXX did the trick, yey!
Here's the final invocation that got libv8.so built:
mac...@testing10x [testing10x]:~/src/v8/build-solaris >
CC=/opt/csw/gcc4/bin/gcc CXX=/opt/csw/gcc4/bin/g++
RANLIB=/opt/csw/gcc4/bin/ranlib LD=/opt/csw/bin/gld AR=/opt/csw/bin/gar
SHCXX=/opt/csw/gcc4/bin/g++ scons -Y .. visibility=default library=shared
toolchain=gcc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev