Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost for ppc
From: yigit agabey (yagabey_at_[hidden])
Date: 2009-06-26 06:17:40


ok, now the jam file?

command:
bjam toolset=gcc-power

output:
error: error: no Jamfile in current directory found, and no target
references specified.

2009/6/26 Vladimir Prus <ghost_at_[hidden]>

> 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
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>



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