[C++-sig] Boost python exception translation failure on BlueGene/P

Alexander Arhipenko arhipjan at gmail.com
Thu Feb 25 12:40:10 CET 2010


On Wed, Feb 24, 2010 at 7:37 PM, James Amundson <amundson at fnal.gov> wrote:
>
> On 02/18/2010 04:24 PM, James Amundson wrote:
>>
[snip]
> I spent some time trying to understand how to tell bjam to add a flag to the
> boost_python link line, but I gave up after about fifteen minutes. With the
> CMake build of boost, it was easy: I simply did
>    cmake -DCMAKE_SHARED_LINKER_FLAGS="-dynamic"
> Overall, I found dealing with the cmake build of boost so much more pleasant
> than dealing with bjam that I don't understand why the CMake build hasn't
> taken over the mainstream yet.
>
> --Jim Amundson
>

Hi Jim,
You could simply type in you Jamfile:

<link>shared:<linkflags>="-dynamic"

Regards


More information about the Cplusplus-sig mailing list