Boost logo

Boost :

Subject: Re: [boost] linking on OSX
From: David M. Cotter (me_at_[hidden])
Date: 2009-10-09 18:53:19


okay i've stared at the doc for bjam but can find NOTHING which
indicates how to tell it to build for 10.4
anyone have an idea on that?

>>> This load command (see mach-o/loader.h) is LC_DYLD_INFO_ONLY.
>>>
>>> I can only guess, but did you compile boost with -mmacosx-version-
>>> min=10.6, but built your app with an earlier deployment target,
>>> and when you attempt to run it, you're doing so on Leopard?
>>
>> i did not specify a min version when i built. so what should i
>> do? this is what i suspect:
>>
>> re-build boost using -mmacosx-version-min=10.4
>>
>> and all will be well?
>
> Should work, though I don't know if you'll also have to point boost
> at the 10.4 SDK with -isysroot. I suspect not.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk