Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2007-10-03 04:28:00


> I'm trying to build on WinXP 64 with the following command line:
>
> bjam --toolset=intel address-model=64 --with-signals stage

I believe I reported this as a bug on the Boost.Build tracker a while back:
you need to edit user-config.jam to tell bjam where your Intel install is,
mine looks like:

using intel-win : 9.1 : "c:/program
files/intel/compiler/c++/9.1/ia32/bin/icl.exe" ;
using intel-win : 10.0 : "c:/program
files/intel/compiler/c++/10.0.025/ia32/bin/icl.exe" ;
using intel-win : 8.1 : "c:/program
files/intel/cpp/compiler80/ia32/bin/icl.exe" ;
#using intel-win : 7 : "c:/program
files/intel/cpp/compiler70/ia32/bin/icl.exe" ;
#using intel-win : 6 : "c:/program
files/intel/cpp/compiler60/ia32/bin/icl.exe" ;

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net