Boost logo

Boost-Build :

Subject: Re: [Boost-build] Mac OS X Universal python link problem
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-02-15 01:16:32


On Monday 15 February 2010 04:41:49 Matt Bendiksen wrote:

> The OS X 10.5 SDK has the Python 64 bit PPC framework. The 10.6 SDK does not; I guess because 10.6 is Intel only (although it does include the 32 bit Python version?). Anyhow, to get a universal shared library of boost.python that targets OS X 10.5 I ended up needing to pass these args to bjam:
>
> architecture=combined address-model=32_64 macosx-version=10.5 macosx-version-min=10.5

What was the command line you used originally, and what was the error. Boost.Build that is included in 1.42
is supposed to detect that you're targeting 10.6 and skip ppc64 in that case.

Thanks,

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build: http://boost.org/boost-build2

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