Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2006-08-11 14:09:28


John Maddock wrote:
> I'm using:
>
> using intel-win : 9 : "c:/program
> files/intel/compiler/c++/9.1/ia32/bin/icl.exe" ;
>
> In my user-config.jam if that helps.

To partly answer my own question: bjam is passing -Qvc8 to the intel
compiler, which leads to the obvious question: "Why?" If I don't specify an
explicit vc-version in user-config.jam then I should get the compiler's
default setting.

Trying to use both:

using intel-win : 9 : "c:/program
files/intel/compiler/c++/9.1/ia32/bin/icl.exe" : native ;

and

using intel-win : 9 : "c:/program
files/intel/compiler/c++/9.1/ia32/bin/icl.exe" : vc7.1 ;

In user-config.jam had no effect, the same command line, with -Qvc8 was
still invoked.

So how is this supposed to work, and can we have some docs please ?

Many thanks, John.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk