
3 Aug
2012
3 Aug
'12
11:28 a.m.
On 8/3/2012 6:33 AM, Kraus Philipp wrote:
but I need another sysroot version. Because I need a build with i386 and linking again the/Developer/SDKs/MacOSX10.5.sdk/
Default build again the 10.6 SDK works very well. I have added to the bjam command the flag architecture=x86 and toolset=darwin (--with flags, link, etc), but how can I link the Boost libs to the 10.5 SDK?
This is what I use: ./bjam --toolset=darwin --toolset-root=/usr/bin/gcc-4.2 --layout=versioned architecture=x86 address-model=32 macosx-version=10.5 macosx-version-min=10.5 link=static runtime-link=static debug release stage Jeff