Boost logo

Boost Users :

Subject: Re: [Boost-users] building 1.43 for iPhone
From: Igor R (boost.lists_at_[hidden])
Date: 2010-06-13 06:59:27


Ok, it works now. I've reverted darwin.jam to it original state and
put in user.config.jam the following:

using darwin : 4.2.1~iphone
: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++ -arch armv7
: <striper>
: <architecture>arm <target-os>iphone
;

using darwin : 4.2.1~iphonesim
: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++
: <striper>
: <architecture>x86 <target-os>iphone
;

Steven, Rene -- thanks a lot!


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net