Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-09-05 00:37:20


Hi Chris,

> after having put the right lines into the right files ...
>
> On Thu, Sep 04, 2003 at 03:59:54PM +0400, Vladimir Prus wrote:
> > I've added the following to my
> > user-config.jam:
> > using msvc : 6.0 : "P:/Program Files/Microsoft Visual Studio/vc98" : :
> > vcvars32-p.bat ;
> > using msvc : intel : "P:/Program Files/Something" : : vcvars32-p.bat
> > icl ;

> lib test : a.cpp b ;
> obj b : b.cpp : <toolset-msvc:version>intel ;
>
> the problem is that for a.cpp also the intel compiler is used.

Could you do a quick test of running

bjam msvc-6.0

i.e. explicitly setting the version to be used for all files. Might be that
Boost.Build decides to use intel by default.

- Volodya

 


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