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 in general on byte compiling perl?
Kevin