Brian Wheeler <[EMAIL PROTECTED]> writes: > Any thoughts?
Are you running RHL 9? If so, unset LANG and try rebuilding. Default RHL 9 w/ LANG="en_US.UTF-8": $ make jit_cpu.c /usr/bin/perl jit2h.pl i386 jit_cpu.c jit2h: 1 (+ 177 vtable) of 1050 ops are JITed. and with unset LANG... $ rm jit_cpu.c; unset LANG; make jit_cpu.c /usr/bin/perl jit2h.pl i386 jit_cpu.c jit2h: 204 (+ 177 vtable) of 1050 ops are JITed. Details on the broken Perl in RHL 9 are at <URL:http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682>.