views:

418

answers:

2

I've been battling with Boost to make it compile as only 32 bit on 10.6, rather than 64 bit.

Is there an easy edit I can make to the darwin-specific bjam config file?

Thanks,

Jon

+3  A: 

Try:

bjam toolset=darwin address-model=32
Vladimir Prus
I'll give that a try, thanks!
Jon Hendry
A: 

For i386 specifically, I'd try:

bjam toolset=darwin architecture=x86 address-model=32