ok, now the jam file?
command:
On Friday 26 June 2009 yigit agabey wrote:
> Thanks Volodya. I ve already tried that; but i think i am missing something:Here, gcc is the name of toolset, power is the version you declare, and
>
> After adding " using gcc : power : ppc_6xx-g++ ;" to user-config.jam,
ppc_6xx-g++ is the binary.
This asks Boost.Build to use toolset named ppc_6xx-g++, which does not exist.
>
> command:
> bjam toolset=ppc_6xx-g++
Similar to docs, you should be using:
bjam toolset=gcc-power
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build