Boost logo

Boost-Build :

Subject: Re: [Boost-build] same compiler, different options in user-config.jam
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-12-05 13:05:31


On Friday 05 December 2008 17:20:04 frederic.bron_at_[hidden] wrote:
>
> > > I would like this in my user-config.jam:
> > >
> > > using gcc : cygwin-3.4.4 : /usr/bin/g++ : <compileflags>-DBOOST_POSIX_API
> > > <compileflags>-DBOOST_POSIX_PATH ;
> > > using gcc : mingw-3.4.4 : /usr/bin/g++ : <compilerflags>-mno-cygwin
> > > <compileflags>-DBOOST_WINDOWS_API <linkflags>-mno-cygwin ;
> > >
> > > but bjam complains that cygwin-3.4.4 is not allowed. I imagine
> > that only numbers and dots are
> > > allowed.
> > >
> > > What could I do?
> >
>
> > What's the actual error message?
>
> /cygdrive/d/Documents/boost_tests2/boost_1_37_0/tools/build/v2/build/feature.jam:293: in implied-subfeature from module feature
> error: "cygwin" is not a known subfeature value of <toolset>gcc

Please use cygwin_3.4.4 and mingw_3.4.4 as versions -- not with the dash.

- 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