$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [boost_1_44]OSX universal binaries
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-08-20 11:00:13
Jeff Flinn wrote:
> I'm no longer getting universal static libs when building boost_1_44
> with the following command line on OSX Leopard.
>
>
> bjam --toolset=darwin-4.0 --toolset-root=/usr/bin/gcc-4.0
> --layout=versioned --architecture=combined address-model=32
> macosx-version=10.5 macosx-version-min=10.4 link=static debug release stage
>
>
> Has something changed? Any help appreciated.
I suspect that the command you use has changed -- you have added '--'
in front of 'architecture'. Does it work fine with
bjam --toolset=darwin-4.0 --toolset-root=/usr/bin/gcc-4.0
--layout=versioned architecture=combined address-model=32
macosx-version=10.5 macosx-version-min=10.4 link=static debug release stage
?
Thanks,
Volodya