Dear Evgueni, On Mon, Jul 14, 2008 at 4:17 PM, Evgueni Kolossov <[email protected]> wrote: > > How can I just compile the C++ components without Python?
Instead of executing the command % bjam to build the code, try executing: % bjam all-libraries This should, in theory, work. If it doesn't, we'll iterate until we arrive at a solution. -greg

