$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] [Mac XCode 3.1.1][boost_1_37_0] use MaxOSX10.4u.sdk
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2008-11-10 14:58:02
How do I specify that the osx 10.4 universal sdk is used when building
boost_1_37_0 on Max OSX 10.5.5 and XCode 3.1.1.
Using:
bjam --toolset=darwin architecture=combined link=static debug release stage
uses the 10.5 sdk, which causes problems when our app links with
boost::filesystem.
Thanks, Jeff