
9 Oct
2009
9 Oct
'09
10:53 p.m.
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.