• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: linking on OSX
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: linking on OSX


  • Subject: Re: linking on OSX
  • From: "David M. Cotter" <email@hidden>
  • Date: Fri, 9 Oct 2009 15:32:28 -0700

/Users/davec/Desktop/Foo.app/Contents/MacOS/../SharedSupport/ libboost_thread.dylib:
unknown required load command 0x80000022

[dropped boost list]

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?

http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-dyld/index.html

my but you're good! i think you are correct.
i did not specify the min-version when building boost, but i did build it on a 10.6 system


okay....  hmmm

so my min target for the app is 10.4, tho built on 10.6

so what should i do?  this is what i suspect:

re-build boost using -mmacosx-version-min=10.4

and all will be well?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: linking on OSX
      • From: Peter O'Gorman <email@hidden>
References: 
 >linking on OSX (From: "David M. Cotter" <email@hidden>)
 >Re: linking on OSX (From: Peter O'Gorman <email@hidden>)

  • Prev by Date: Re: linking on OSX
  • Next by Date: Re: linking on OSX
  • Previous by thread: Re: linking on OSX
  • Next by thread: Re: linking on OSX
  • Index(es):
    • Date
    • Thread