Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost for ppc
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-06-26 06:12:10


On Friday 26 June 2009 yigit agabey wrote:

> Thanks Volodya. I ve already tried that; but i think i am missing something:
>
> After adding " using gcc : power : ppc_6xx-g++ ;" to user-config.jam,

Here, gcc is the name of toolset, power is the version you declare, and
ppc_6xx-g++ is the binary.

>
> command:
> bjam toolset=ppc_6xx-g++

This asks Boost.Build to use toolset named ppc_6xx-g++, which does not exist.
Similar to docs, you should be using:

        bjam toolset=gcc-power

- 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