Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-11-08 03:52:40


김영현 wrote:

> I wanna change my toolset.
>
> Now I'm using mips2_nfp_... not a gcc .
>
> So I set the right compiler in Jamfile like below.
>
> using gcc
> :
> : mips2_nfp_le-g++
> ;
>
>
> After that, I could compile everything.. It seemed to work.
>
> But another tool such as ar, doesn't change to right one.
>
> Bjam uses normal ar (not mips2_nfp_le-ar).

Which version of Boost.Build? Can you try nightly build found
at boost.org/boost-build2 ?

>
> So I couldn't build my stuff.

Out of curiousity, why system 'ar' does not work?

- 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