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/
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
2 matches
Mail list logo