# New Ticket Created by Amir E. Aharoni # Please include the string: [perl #64032] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64032 >
`cat build/PARROT_REVISION' : 37414 `./perl6 -v' : This is Rakudo Perl 6, revision 37562 built on parrot 1.0.0-devel for cygwin-thread-multi-64int. This is Cygwin on XP. Parrot from SVN compiled nicely and `make test' was successful. I put Rakudo from git under parrot/languages/rakudo . It compiled nicely and `../../parrot perl6.pbc' did the right thing, but `make test' didn't work. Moritz suggested on IRC that i try perl6.exe, which didn't do anything and just went back to the prompt. So jnthn suggested copying libparrot.dll from the parrot dir. There's libparrot.dll, but copying cygparrot1_0_0.dll to the Rakudo dir helped - perl6.exe now works and `make test' passes.