Nathan Russell wrote:

> -I/usr/lib/perl5/5.6.0/i386-linux/CORE
> perl.c:34: EXTERN.h: No such file or directory
> perl.c:38: perl.h: No such file or directory
> perl.c:39: XSUB.h: No such file or directory

The hints are all there, just not easy to pick out.  (answer below)  
Look at how it's specifying that one of the include directories for
header files is /usr/lib/perl5/5.6.0/i386-linux/CORE.  Then look how it
complains how perl.c tried to include some files (EXTERN.h, perl.h, and
XSUB.h).  Put two and two together and...

> Can someone tell me what I'm doing wrong?

Not doing anything wrong.  Missing some headers.  Install the perl
development rpm.
  rpm -ivvh perl-devel*
-- 
Blue skies...           Todd
| Get a bigger hammer!   |  Sometimes you get what you want.      |
| http://www.mrball.net  |  Sometimes you get experience.         |
| http://faq.mrball.net  |                     --unknown origin   |

Reply via email to