Boost logo

Boost-Build :

From: Madhav, Abhijith (STSD) (abhijith.madhav_at_[hidden])
Date: 2007-09-18 06:13:32


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 ;
"

The extra options that I've provided, "+hpxstd -w
-I/boost-1.34.0-runs/workaround-header", do not appear in the
compile/link lines, one of which is shown below.

"/boost-1.34.0-runs/staged_eccCC -AA +DD64 -c -DBOOST_ALL_NO_LIB=1
-DBOOST_DATE_TIME_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1
-DBOOST_THREAD_BUILD_DLL=1 -DDATE_TIME_INLINE +d -g -mt -I".." -o
"/boost-1.34.0-runs/tmp/build/boost/bin.v2/libs/asio/test/io_service.tes
t/acc-pa_risc/debug/threading-multi/io_service.o"
"../libs/asio/test/io_service.cpp"
"

Please help me in fixing this too.

-Abhijith

> -----Original Message-----
> From: Vladimir Prus [mailto:ghost_at_[hidden]]
> Sent: Tuesday, September 18, 2007 12:59 AM
> To: Gubenko, Boris
> Cc: Boost.Build developer's and user's list; Madhav, Abhijith (STSD)
> Subject: Re: [Boost-build] [Boost-commit] svn:boost r39132
> -trunk/tools/build/v2/tools
>
> On Monday 17 September 2007 22:53:27 Boris Gubenko wrote:
> > Volodya can give definitive answer, but, I think, the
> following line should be
> > removed from acc.jam:
> >
> > feature.subfeature toolset acc : version ;
> >
> > With this line removed, 'using acc : pa_risc ;' works for me.
>
> That's correct, that line is now not necessary -- sorry for sending
> untested code your way, but I could not definitely test it anyway.
>
> I've checked in changed acc.jam with that extra fix. Let me
> know if that
> work for you.
>
> - 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