[C++-sig] incorrect linking to libpython

2010-02-26 Thread Amos Anderson
Hello -- summary: I'm trying to compile the boost python library using a custom installed python on osx. however, it appears to be linking to the system library, not the installed library. I'm using OSX 10.6.2, which has python 2.6.1 by default. I wanted to try to install 2.6.4 just to see how t

Re: [C++-sig] incorrect linking to libpython

2010-02-26 Thread Dane Springmeyer
Amos, I feel your pain, seriously. I've been down many of these paths as well. My overall sense is that direct linking of boost to a python executable may not be necessary, and rather that bjam could use `- undefined dynamic_lookup`, which will mean that when you import the python module yo