Boost logo

Boost Users :

Subject: Re: [Boost-users] installing boost getting error "ld: symbol(s) not found for architecture x86_64" on OSX 10.9.2
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-04-01 13:31:54


AMDG

On 03/31/2014 11:21 PM, Corentin Hamel wrote:
> <snip>
> /*./bootstrap.sh --with-libraries=python toolset=darwin*/
>
> /*./b2
> include="/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/"*/
>

You shouldn't need to add the includes path
explicitly if python is configured correctly.

> And I get the following error:
>
> /*link.jam: No such file or directory*/
> /*Building the Boost C++ Libraries.*/
>
>
> /*error: No best alternative for /python_for_extensions*/
> /*next alternative: required properties: <python>2.7 <target-os>darwin*/
> /*matched*/
> /*next alternative: required properties: <python>2.7 <target-os>darwin*/
> /*matched*/
>

You've probably initialized python more than once.
Try ./b2 --debug-configuration to see what's
happening.

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net