Boost logo

Boost-Build :

From: Madhav, Abhijith (STSD) (abhijith.madhav_at_[hidden])
Date: 2007-09-19 07:05:25


> From: Vladimir Prus [mailto:ghost_at_[hidden]]
> Sent: Tuesday, September 18, 2007 4:26 PM
>
> On Tuesday 18 September 2007 14:13:32 Madhav, Abhijith (STSD) wrote:
> > Thanks very much for the fix. I see that I can use the toolset
> > acc-pa_risc by using "using acc : pa_risc ;"
> >
> > However when I try to specify particular options for my toolset they
> > aren't picked up.
> >
> > "
> > $ bjam --help acc.init
> > Rule 'acc.init ( version ? : user-provided-command * : options * )':
> >
> > Configures the acc toolset.
> >
> > * version:
> > * user-provided-command:
> > * options:
> >
> > ...found 1 target...
> > "
> >
> > So I use the following line in my user-config.jam file
> > "
> > using acc : pa_risc : /boost-1.34.0-runs/staged_eccCC : +hpxstd98 -w
> > -I/boost-1.34.0-runs/workaround-header ;
>
> This is wrong, it should be something like:
>
> using acc : pa_risc : /boost-1.34.0-runs/staged_eccCC
> : <compileflags>"+hpxstd98 -w
> -I/boost-1.34.0-runs/workaround-header"
> ;

Thanks. I'd missed that. It works now.

-Abhijith


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