Re: Can't build current CVS on Win32

2003-07-31 Thread Vladimir Lipskiy
> Vladimir Lipskiy wrote: > > Run the Configure script with "--jitcapable=0 --execcapable=0" > > That helped, but shouldn't this be recognized by Configure.pl? It's a short term workaround.

Re: Can't build current CVS on Win32

2003-07-31 Thread Sebastian Bergmann
Vladimir Lipskiy wrote: > Run the Configure script with "--jitcapable=0 --execcapable=0" That helped, but shouldn't this be recognized by Configure.pl? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-soft

Re: Can't build current CVS on Win32

2003-07-31 Thread Vladimir Lipskiy
Run the Configure script with "--jitcapable=0 --execcapable=0" or find the line if (-e "jit/$cpuarch/core.jit") { in config/auto/jit.pl and replace it with this if (-e "jit/$cpuarch/core.jit" and $osname ne 'MSWin32') { >LIB: fatal error LNK1181: Input file "jit_cpu.obj" can not be opened