develooper Front page | perl.perl6.internals | Postings from August 2002

[perl #16755] imcc requires Parrot_dlopen but HAS_DLOPEN is never defined

Thread Next
From:
Tom Hughes
Date:
August 25, 2002 08:54
Subject:
[perl #16755] imcc requires Parrot_dlopen but HAS_DLOPEN is never defined
Message ID:
rt-16755-35677.16.0913068240457@bugs6.perl.org
# 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 (tom@compton.nu)
http://www.compton.nu/




Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About