On 25 Aug 2002 at 18:45, Tom Hughes wrote:

> In message <20020825155505$[EMAIL PROTECTED]>
>           Tom Hughes (via RT) <[EMAIL PROTECTED]> wrote:
> 
> > 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.
> 
> Here's a patch that addresses both those issues and makes imcc
> work again.

I applied this patch locally, but making imcc still ends with error 
"cannot find -ldl"
(I quess that means Parrot_dlopen library as Cygwin has no such file)

-- 
Markus Laire 'malaire' <[EMAIL PROTECTED]>


Reply via email to