Comment #6 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

Sorry, my mistake, I used "toolkit". This is the output with "toolchain=gcc", full invocation included:

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 \
scons -Y .. visibility=default library=shared toolchain=gcc
scons: Reading SConscript files ...
TypeError: cannot concatenate 'str' and 'NoneType' objects:
  File "/home/maciej/src/v8/SConstruct", line 671:
    'help': 'the toolchain to use (' + TOOLCHAIN_GUESS + ')'

Still the same error, unfortunately.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to