Markus Laire wrote: > I tested than on Cygwin and imcc does compile, but I have some > problems: > > If I compile imcc with 'make imcc', most perl6 tests will fail with > error "readline() on closed filehandle P6C::TestCompiler::PASM at > P6C/TestCompiler.pm line 55."
This looks like imcc doesn't find libparrot.so. Try this in your perl6 directory: $ export LD_LIBRARY_PATH=../../blib/lib #(or set ..., I don't know Cygwin) $ make test # if you get errors, run individual files by: $ perl6 -vwk t/compiler/1_1.p6 leo