> Jonathan Worthington: > > LIB : fatal error LNK1181: cannot open input file "jit_cpu.obj" > > NMAKE : fatal error U1077: 'lib' : return code '0x49d' > > Stop.
> > There *is* code in config/auto/jit.pl to disable JIT on Win32, so I'm not > sure why Parrot's trying to compile it. I *do* know that it was working > fine before the exec stuff went in--perhaps looking at the diffs on jit.pl > will be enlightening. Unfortunately, I'm away from my home computer and I > don't have a C compiler or toolkit, so I can't work it out myself. DONE. Have a nice vacation, Brent! 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 not $osname == 'MSWin32') {