• 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: dlopen and RTLD_LOCAL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dlopen and RTLD_LOCAL


  • Subject: Re: dlopen and RTLD_LOCAL
  • From: "Lyndsey D. Ferguson" <email@hidden>
  • Date: Wed, 15 Mar 2006 14:10:56 -0500




On Mar 15, 2006, at 1:51 PM, j o a r wrote:

Unfortunately I don't think that you can use RTLD_LOCAL on Mac OS X 10.3, as dlcompat doesn't support it (check the sources, they're available online). We also bumped into this problem, but decided we could live with using RTLD_GLOBAL as an interim solution.

See:

	<http://developer.apple.com/qa/qa2001/qa1180.html>

j o a r


Thanks for the info j o a r

Do you think I could accomplish the same thing if I call:

dlopen = CFBundleCreate
		 CFBundleLoadExecutable

dlsym = CFBundleGetFunctionPointerForName

dlclose = CFBundleUnloadExecutable

Using the same file path to my dynamic libraries? Or does each dynamic library need to live within a *.bundle directory?

Thank you in advance!
Lyndsey



--
Lyndsey D. Ferguson
Software Engineer : Platforms Group
Nemetschek North America, Inc.
mailto: email@hidden

_______________________________________________
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: dlopen and RTLD_LOCAL
      • From: j o a r <email@hidden>
References: 
 >dlopen and RTLD_LOCAL (From: "Lyndsey D. Ferguson" <email@hidden>)
 >Re: dlopen and RTLD_LOCAL (From: j o a r <email@hidden>)

  • Prev by Date: Re: How to change an application's name?
  • Next by Date: Re: syntax error crashes cc1obj
  • Previous by thread: Re: dlopen and RTLD_LOCAL
  • Next by thread: Re: dlopen and RTLD_LOCAL
  • Index(es):
    • Date
    • Thread