Boost logo

Boost-Build :

Subject: [Boost-build] Boost with Mac OS X 10.6
From: Jamal Al Qundus (alqundus_at_[hidden])
Date: 2010-10-30 09:33:41


hi, i've installed Boost_1_44_0 to use with Xcode 3.2 ( the Xcode project was made under CMac) i've already written HelloWord.cpp. After clicking build it says dylib is not supported by architecture i386 (32bit to 4bit), i've tried to make this library universal,

bjam --build-type=complete --layout=versioned --toolset=darwin architecture=x86 address-model=32 stage install

but that doesn't solve the problem:

ld: warning: directory '/Library/Frameworks/Debug' following -L not found
ld: warning: in /Developer/SDKs/MacOSX10.6.sdk/usr/local/lib/Debug/libboost_filesystem-xgcc42-mt-d.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Developer/SDKs/MacOSX10.6.sdk/usr/local/lib/Debug/libboost_system-xgcc42-mt-d.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Developer/SDKs/MacOSX10.6.sdk/usr/local/lib/Debug/libboost_thread-xgcc42-mt-d.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Developer/SDKs/MacOSX10.6.sdk/usr/local/lib/Debug/libboost_program_options-xgcc42-mt-d.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Developer/SDKs/MacOSX10.6.sdk/usr/local/lib/Debug/libboost_serialization-xgcc42-mt-d.dylib, file was built for unsupported file format which is not the architecture being linked (i386)

please anyhelp

i've asked in many other forums, but they couldn't anwser :(


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