> So, SCons seems to use the "cc" compiler. MINIX 3 has CC as the MINIX > 3 C compiler from the Amsterdam Compiler Kit (ACK), instead of the CC > from GCC. > > Would you know where to set SCons to use GCC instead of CC?
I'm not sure but setting the CC environment variable to gcc might do the trick: $ env CC=gcc CXX=g++ scons Cheers, Kasper -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
