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
>    NMAKE: fatal error U1077: 'lib' : Return-Code '0x49d'
>    Stop.
> 
> -- 
> Sebastian Bergmann
> http://sebastian-bergmann.de/                   http://phpOpenTracker.de/
> 
> Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
> 
> 



Reply via email to