CountZero has asked for the wisdom of the Perl Monks concerning the following question:
I recently "recycled" an old computer and put Linux Mandrake 10.2 on it. It works well and even had a recent Perl on it.
When installing some modules from CPAN, they failed to be installed since the file EXTERN.h could not be found (it is a file needed to compile XS-modules it seems).
I searched the whole installation but nowhere is this file to be found.
Does anybody of you know what this file is and where I can get it?
Update: Thanks for all the helpful answers (++ to you all). I found EXTERN.h on my windows system and it looks as it is written in a system-independent way, so I will try to copy it over to my Linux system. If that doesn't work I will have to install a devel version of Perl.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: File EXTERN.h missing
by jdhedden (Deacon) on Aug 25, 2005 at 12:50 UTC | |
Re: File EXTERN.h missing
by Joost (Canon) on Aug 25, 2005 at 13:40 UTC | |
Re: File EXTERN.h missing
by sgifford (Prior) on Aug 25, 2005 at 16:31 UTC | |
Re: File EXTERN.h missing
by socketdave (Curate) on Aug 25, 2005 at 13:28 UTC | |
Re: File EXTERN.h missing
by hazemkmammu (Initiate) on Oct 18, 2022 at 07:21 UTC | |
by Anonymous Monk on Oct 18, 2022 at 08:01 UTC | |
by marto (Cardinal) on Oct 18, 2022 at 08:11 UTC | |
Re: File EXTERN.h missing
by ww (Archbishop) on Aug 25, 2005 at 12:37 UTC | |
Re: File EXTERN.h missing
by NateTut (Deacon) on Aug 25, 2005 at 13:26 UTC |