2008/5/26 NotFound <[EMAIL PROTECTED]>: > Looks like exec_start.c include jit.h and jit_emit.h but doen't use > it. This patch drops those includes and solve the problem, at least in > i386. >
I experiment this patch (on src/exec_start.c). On Windows, with MinGW, r28042 : - linking : OK - but execution crash : The procedure entry point Parrot_exec_rel_addr could not be located in the dynamic link library libparrot.dll On Ubuntu 8.04 (x86), r28047 : - linking : OK - but execution crash : symbol lookup error: ./examples/pasm/hello: undefined symbol: Parrot_exec_rel_count François. > -- > Salu2 >