• 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: Disk Arbitration causes problem launching on OS X 10.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disk Arbitration causes problem launching on OS X 10.3


  • Subject: Re: Disk Arbitration causes problem launching on OS X 10.3
  • From: Nick Zitzmann <email@hidden>
  • Date: Wed, 31 Oct 2007 13:37:37 -0600


On Oct 31, 2007, at 12:55 PM, Hugh Sontag wrote:

It would appear that the DiskArbitration framework isn't weak- linked. The code is built to never execute DiskArbitration functions on a pre-10.4 system. I've never before had to weak-link a new framework, so how can I do that?


You can't link the framework directly. The DiskArbitration framework was private in Panther and earlier, and if you link to it directly, then your software will not be able to run on pre-Tiger systems.

You could try manually loading the library using the dl functions, and tell the linker to ignore the missing symbols (which may involve forcing a flat namespace)...

Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request




_______________________________________________ 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
References: 
 >Disk Arbitration causes problem launching on OS X 10.3 (From: Hugh Sontag <email@hidden>)

  • Prev by Date: Re: Xcode Tiger to Leopard duplicate symbols mystery
  • Next by Date: Re: Garbage Collection Performance Hit
  • Previous by thread: Disk Arbitration causes problem launching on OS X 10.3
  • Next by thread: libssl failure on Leopard
  • Index(es):
    • Date
    • Thread