$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2005-05-16 11:22:22
Zbynek Winkler wrote:
> Phillip Seaver wrote:
>
> >Zbynek Winkler wrote:
> >A comma is what you want: <toolset>gcc,<variant>release:<linkflags>"-O3"
> >
> >
> Thanks, but that does not work for me either.
>
> /home/zbynek/boost-build/build/feature.jam:240: in implied-feature from
> module feature
> error: "variant<release>" is not a value of an implicit feature
It looks like you did "variant<release>", when what you want is
"<variant>release".
>
> I am using the m10 release (as are my colleagues). Does it require the
> latest cvs?
I'm using m10 as well.
Phillip