Gregor N. Purdy <[EMAIL PROTECTED]> wrote: > Here's the failure stuff from the build process:
> gcc -o parrot -L/usr/local/lib test_main.o blib/lib/libparrot.a -lnsl > -ldl -lm -lpthread -lcrypt -lutil > blib/lib/libparrot.a(jit_cpu.o)(.text+0x2ce0): In function > `Parrot_jit_restart_op': >: undefined reference to `Parrot_end_jit' Strange. Parrot_end_jit is the first opcode function in the file. leo