15 Sep
2009
15 Sep
'09
1:46 p.m.
Dan Smithers wrote:
Possibly the problem is because I don't understand enough Jam to work out what commands are actually being run.
Also, the "-d+2" option will print all commands that are run, not just those that failed.
Thanks for that hint - I've edited the makefile to call bjam -d+2 so I can see that it is the call to icpc that is failing. It looks as if the intel includes are not being used and the default gcc 2.95 ones are put in instead.
How do I change the includes in jam?
Sorry, I don't understand the above. Boost.Build does not pass any "intel includes" nor any "gcc 2.95 includes". Can you provide the commands lines and errors in question and explain how exactly the command lines should be altered. - Volodya