> >> if (-e "jit/$cpuarch/core.jit" and $osname ne 'MSWin32') {
Yeah, you're right. Thanks. Index: jit.pl =================================================================== RCS file: /cvs/public/parrot/config/auto/jit.pl,v retrieving revision 1.18 diff -r1.18 jit.pl 71c71 < if (-e "jit/$cpuarch/core.jit") { --- > if (-e "jit/$cpuarch/core.jit" and $osname ne 'MSWin32') {