Boost logo

Boost-Build :

Subject: Re: [Boost-build] toolset requirement
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-12-06 14:44:09


AMDG

Deane Yang wrote:
> 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?

It seems to require a version. I'm not quite sure why.

using gcc : 3.3.4 ;

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

In Christ,
Steven Watanabe


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