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" <[email protected]> 
To: [email protected] 
Cc: [email protected] 
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, [email protected] 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. 

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to