--- Vladimir Lipskiy <[EMAIL PROTECTED]> wrote:
> > 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') {

Hey, I use win32 (mingw) and the JIT has always worked fine for me. If this
is an issue with MSVC, it should be specific about that

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to