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@cs.msu.su>
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