I'm a beginner so be nice to me
ronxroxx at comcast.net
ronxroxx at comcast.net
Fri Sep 3 19:25:22 PDT 2010
Thanks Ryan, here's the output of that command.
ronosx:~ rcross$ find / -name dlfcn.h 2>/dev/null
/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/dlfcn.h
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/dlfcn.h
/opt/local/include/dlfcn.h
/usr/include/dlfcn.h
It's in /usr/include/ but I was not told to remove it from here before. I did remove it from /usr/include/local already.
----- Original Message -----
From: "Ryan Schmidt" <ryandesign at macports.org>
To: ronxroxx at comcast.net
Cc: macports-users at lists.macosforge.org
Sent: Friday, September 3, 2010 8:52:50 PM
Subject: Re: I'm a beginner so be nice to me
On Sep 3, 2010, at 17:33, ronxroxx at comcast.net wrote:
> Hi Ryan, here my dlfcn.h file in its entirety:
Ok, that's identical to mine. And you see it does define RTLD_NEXT:
> #define RTLD_NEXT ((void *) -1) /* Search subsequent objects. */
So it still feels like this /usr/include/dlfcn.h is not being included, but rather some other dlfcn.h is. Let's do an exhaustive search on your hard drive for other places a dlfcn.h might be hiding:
find / -name dlfcn.h 2>/dev/null
This will take some time to run.
On my system, the only dlfcn.h's are in /usr/include and in the Developer SDKs.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20100904/2efb359e/attachment.html>
More information about the macports-users
mailing list