Boost logo

Boost-Build :

Subject: Re: [Boost-build] [boost-build] darwin linker hangs when building boost.python quickstart example
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-04-02 16:31:39


AMDG

On 04/02/2012 08:29 AM, Berg, Stuart wrote:
>> With that in
>> mind, that paths look suspicious to me. Can you find
>> the output of bjam --debug-configuration <other options>
>> ?
>
> Gladly! Here is the output you requested. For reference, I've also pasted the contents of my user-config.jam file. (I didn't have one originally, but I was hoping that manually specifying the python location might help. As far as I can tell, it made no difference.)
>

Did you re-link Boost.Python after specifying the python
location? (If not, try bjam --with-python -a toolset=clang).
If that doesn't work I'd like to see the link command
for Boost.Python and for the extension module
(bjam -a -n should print all the commands used)
Your earlier post indicated that hello_ext.so
refers to /System/Library/Frameworks/Python.framework.
I strongly suspect that this is the problem, but
at this point, I have no idea how this dependency
was introduced.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk