[C++-sig] How to install extensions using bjam(?)

2009-10-22 Thread Amos Anderson
Hello -- I'm working on a project which is mixed C++/Python, and we use Boost functionality in our C++, and we've set up bjam to compile our project (on OSX). Everything seems to be working quite well. To use our libraries from python scripts right now, we have to run this first: #!/bin/bash tru

Re: [C++-sig] How to install extensions using bjam(?)

2009-10-22 Thread Nat Goodspeed
Amos Anderson wrote: I'm working on a project which is mixed C++/Python, and we use Boost functionality in our C++, and we've set up bjam to compile our project (on OSX). Everything seems to be working quite well. 2) It looks like python's distutils is supposed to be able to help, but it seems