Re: dlopen and RTLD_LOCAL
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