Re: dlopen and RTLD_LOCAL
Re: dlopen and RTLD_LOCAL
- Subject: Re: dlopen and RTLD_LOCAL
- From: j o a r <email@hidden>
- Date: Wed, 15 Mar 2006 19:51:29 +0100
On 15 mar 2006, at 19.36, Lyndsey D. Ferguson wrote:
dlcompat: unable to open this file with RTLD_LOCAL.
It works fine under Mac OS 10.4.4 for PPC and Intel. What am I
doing wrong? I do not want to load these plug-ins with RTLD_GLOBAL
as that causes problems when the plug-ins use similar code and the
runtime gets confused calling the wrong function.
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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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