On Sunday 13 May 2007 16:30:23 Mike Mattie wrote:
> I am working on src/dynext.c and I ran across this in get_path.
>
> if (lib == NULL) {
> *handle = Parrot_dlopen((char *)NULL);> It may be a RTFM, but what does a null dlopen mean if it > succeeds, and why is it here ? First answer: get a handle to load symbols from the main program. Second answer: I'm not sure, but I know it doesn't work on Mac OS X 10.2 and earlier. -- c
