# New Ticket Created by  Tom Hughes 
# Please include the string:  [perl #16755]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16755 >


Recent changes to imcc make it require a working Parrot_dlopen but
unfortunately as things stand it never does work because Configure.pl
never sets HAS_DLOPEN so Parrot_dlopen is also stubbed out.

There is a second problem in that platform.c only include dlfcn.h if
a particular symbol is defined but that symbol is not defined until
parrot.h is included which is after the include of dlfcn.h.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/



Reply via email to