Boost logo

Boost-Build :

Subject: Re: [Boost-build] having trouble building universal binaries for Mac OSX
From: Eric Johnson (ericj_at_[hidden])
Date: 2009-02-06 16:11:24


Thank you very much! That works for me.

For anyone else who might be confused about the syntax, I used the
following to build universal (i386 and ppc) versions of the
"boost.system" library:
bjam --build-dir=/Volumes/Data_Storage/depot/sdk/boost/boost_1_37_0/
lib/mac toolset=darwin architecture=combined threading=multi system

-Eric

On Feb 6, 2009, at 12:52 PM, Vladimir Prus wrote:

> On Friday 06 February 2009 23:18:42 Eric Johnson wrote:
>> Hi All,
>> I have been having a difficult time trying to build universal
>> (ppc and i386) libraries. I've tried various ways that I've seen
>> described on the web, but none of them seem to work. A recent post
>> on
>> the Boost-users mailing list looked promising, but didn't work for me
>> either. My machine is an Intel one running OSX 10.5.6. Building
>> boost 1.37.0 libraries using bjam 03.1.17. Here's what I tried:
>>
>>
>> bjam --toolset=darwin --architecture=combined threading=multi --
>> build-
>
> Please remove the -- before 'architecture'. See
>
> http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html
>
> for the explanation of the command line syntax. (The -- before
> toolset can be
> also removed, but it will work, for backward compatibility)
>
> HTH,
> Volodya
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


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