Dan Sugalski <[EMAIL PROTECTED]> wrote: > I don't know why, exactly, but extend test 11 and 12 don't work on > windiws, at least under cygwin--they hang.
Could be the missing prototypes for Parrot_call (the prototype is in extend.h, but over things are missing, so I used the emedding interface, where Parrot_call isn't prototyped). Proto added. > Dan leo