On Wednesday 23 December 2009 23:25:56 K. Noel Belcourt wrote:
It appears that both -nologo and -Winvalid-pch are being passed to
the intel 11.1.059 compiler on Linux. These options are not
supported under Linux (or under Darwin).
icpc: command line warning #10006: ignoring unknown option '-nologo'
icpc: command line warning #10156: ignoring option '-W'; no argument
required
I am completely confused. Do you think you can add
ECHO "this is intel-win" ;
to the top of tools/build/v2/tools/intel-win.jam and also
ECHO "this is msvc" ;
to the top of tools/build/v2/tools/msvc.jam and then run
tests manually, e.g. going to status and running the same bjam
command as run.py reports as running? Then, tell me if either
of those ECHO are run?