> 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.
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
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