Parrot doesn't compile: Parrot_end_jit() missing...

2003-07-02 Thread Gregor N. Purdy
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' collect2: ld

Re: Parrot doesn't compile: Parrot_end_jit() missing...

2003-07-02 Thread Leopold Toetsch
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

Re: Parrot doesn't compile: Parrot_end_jit() missing...

2003-07-02 Thread Gregor N. Purdy
Leo -- After doing a make realclean: $ find . -type f -exec grep -l 'end_jit' {} ';' ./include/parrot/jit_emit.h ./jit/i386/jit_emit.h ./t/src/basic_2 ./t/src/intlist_1 ./t/src/exit_1 ./t/src/intlist_2 ./t/src/exit_2 ./t/src/intlist_3 ./t/src/intlist_4 ./t/src/list_1 ./t/src/sprintf_1

Re: Parrot doesn't compile: Parrot_end_jit() missing...

2003-07-02 Thread Gregor N. Purdy
Leo -- My jit_cpu.c doesn't have a Parrot_jit_end() in it: $ grep end_jit jit_cpu.c My jit_cpu.c tells me where it came from (I'll attach the whole file to the message): $ head jit_cpu.c /* * !!! DO NOT EDIT THIS FILE !!! * * This file is generated automatically from

Re: Parrot doesn't compile: Parrot_end_jit() missing...

2003-07-02 Thread Leopold Toetsch
Gregor N. Purdy wrote: Leo -- My jit_cpu.c doesn't have a Parrot_jit_end() in it: $ grep end_jit jit_cpu.c Wasn't here recently (~weeks) a report about a broekn Perl and DeadRat^WRedHat? leo

Re: Parrot doesn't compile: Parrot_end_jit() missing...

2003-07-02 Thread Gregor N. Purdy
Leo -- Daniel and I are on the trail... On Wed, 2003-07-02 at 17:47, Leopold Toetsch wrote: Gregor N. Purdy wrote: Leo -- My jit_cpu.c doesn't have a Parrot_jit_end() in it: $ grep end_jit jit_cpu.c Wasn't here recently (~weeks) a report about a broekn Perl and