On Sunday 25 May 2008 02:31:44 François Perrad wrote: > on Windows, since r27785, the command 'make hello' can't link. > > Info: resolving _op_jit by linking to __imp__op_jit (auto-import) > src\exec_start.o: In function `emit_disp8_32': > D:/fperrad/Parrot/trunk/src/jit_emit.h:171: undefined reference to > `Parrot_exec_rel_addr' > D:/fperrad/Parrot/trunk/src/jit_emit.h:171: undefined reference to > `Parrot_exec_rel_count' > D:/fperrad/Parrot/trunk/src/jit_emit.h:171: undefined reference to > `Parrot_exec_rel_addr' > D:/fperrad/Parrot/trunk/src/jit_emit.h:171: undefined reference to > `Parrot_exec_rel_count' > src\exec_start.o: In function `emit_r_X': > ... > > the attached patch fixes it.
Unfortunately, that patch reverts part of a patch intended to get the build to succeed on Darwin x86. I don't want to play patch ping-pong here. Is there a better solution? -- c