>
> Message: 2
> Date: Fri, 26 Feb 2010 18:36:16 -0800
> From: Dane Springmeyer
> To: Development of Python/C++ integration
> Subject: Re: [C++-sig] incorrect linking to libpython
> Message-ID: <57569986-7d90-4686-8384-809f8d27f...@hailmail.net>
> Content-Type
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
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