Re: compiling perl scripts

2000-10-25 Thread Colin Watson
Kevin Krafthefer <[EMAIL PROTECTED]> wrote: >I am trying to speed up a perl script. So I am trying to byte compile >it, however, the resulting "c" code (from perl -MO script.pl) has some >header files that I don't have (EXTERN.h, perl.h, patchlevel.h, and >cc_runtime.h). Try compiling with -I/usr/

compiling perl scripts

2000-10-25 Thread Kevin Krafthefer
Hello, I am trying to speed up a perl script. So I am trying to byte compile it, however, the resulting "c" code (from perl -MO script.pl) has some header files that I don't have (EXTERN.h, perl.h, patchlevel.h, and cc_runtime.h). Any ideas what packages might have these? Or any general pointers i