On Wed, Feb 24, 2010 at 7:37 PM, James Amundson <amund...@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
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to