Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost on Snow Leopard failing to build 32 bit target
From: Phillip Seaver (phil_at_[hidden])
Date: 2009-08-31 08:37:15


Christopher Hunt wrote:
> Hi there,
>
> It turns out that the issue was actually that the PPC architecture was
> being implicitly specified. Snow Leopard doesn't like the PPC arch (as
> advertised). To solve this problem I specified the following command
> line:
>
> sudo ./bjam address-model=32_64 architecture=x86 install
>
> All is now well (apart from "has different visibility" warnings that I
> now appear to get - probably another story there).

I'm still using our version of the boost-build code for darwin.jam (I'm
in the middle of trying to switch to the latest code), but would you
need to specify an SDK (or minimum version?) to target both platforms?
I haven't dug into it yet to see how it deals with all that.

Phillip


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