Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-10-01 11:30:51


Try (in sh):

export BUILD=debug\ "<architecture>x86"\ "<instruction-set>pentium4"
bjam ...

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com

----- Original Message -----
From: "Toon Knapen" <toon.knapen_at_[hidden]>
To: "Boost mailing list" <boost_at_[hidden]>
Sent: Tuesday, October 01, 2002 12:55 PM
Subject: Re: [boost] bjam instruction-set specific build

> > >> "-sBUILD=debug <architecture>x86 <instruction-set>pentium4"
> > >
> > >using this results in following error
> > >poisson:/home/tk/boost/boost/libs/python/build >bjam -sTOOLS=gcc
> > >"-sBUILD=debug <architecture>x86 <instruction-set>pentium4"
> > >don't know how to make <architecture>x86
> > >don't know how to make <instruction-set>pentium4
> > >....found 2 targets...
> > >....can't find 2 targets...
> >
> > OK... that works for me, both in the main trunk and release branch. The
> > only thing I can think of from looking at your output... is that your
shell
> > is not respecting the quotes(""). Because I can "reproduce" your errors
> > only when I do this:
> >
> > bjam "-sBUILD=debug" "<architecture>x86"
"<instruction-set>pentium4"
>
> What shell are you using ? I'm using korn-shell on Linux but I've tried
also
> csh, sh and bash and always the same problem. Dito with korn-shell on IBM
Aix
> :
>
> biot:/home/tk/boost/boost/libs/regex/build> bjam
"-sTOOLS=gcc -sBUILD=debug
> <architecture>power <instruction-set>power"
> don't know how to make <architecture>power
> don't know how to make <instruction-set>power
> ...found 2 targets...
> ...can't find 2 targets...
>
>
> toon
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk