26 Nov
2010
26 Nov
'10
4:48 p.m.
Hi, I am trying to build a static library version of boost 1.44.0 on MAC OSX 10.5.8 (XCode 3.1.4) using bjam for the architectures ppc, ppc64, x86_64,i386. It builts everything just fine but I never get all architectures included. There is always at least one architecture missing. My command is: bjam toolset=darwin architecture=combined link=static threading=multi variant=release address-model=32_64 I searched the web and didnĀ“t find anything appropriate (most is for xcode 3.2 and leopard) so I am asking in here if anybody has a clue how to get this done. :-/ Thanks in advance Samir