Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost on Snow Leopard failing to build 32 bit target
From: Christopher Hunt (huntc_at_[hidden])
Date: 2009-08-30 07:02:59


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).

Thanks for boost - it is fabulous.

Kind regards,
Christopher


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