Boost logo

Boost-Build :

Subject: Re: [Boost-build] toolset requirement
From: Deane Yang (deane.yang_at_[hidden])
Date: 2008-12-06 14:27:48


Vladimir Prus wrote:
>
> I recommend that you put
>
> using gcc ;
>
> into your user-config.jam -- is there any reason that does not work?
>

In my user-config.jam, I have:

using msvc ;
using gcc ;

because for all but one of my projects, I use the msvc toolset.

I have *one* project for which I want to use the gcc toolset. So I tried
to put in the project Jamfile the following:

project
   : requirements
     <target-os>windows:<toolset>gcc
   ;

This does not work. What should I do (if anything) instead?


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