dunkirk_phil has asked for the wisdom of the Perl Monks concerning the following question:
It is recommended that you install perl in a standard location before building extensions. Some precompiled versions of perl do not contain these header files, so you cannot build extensions. In such a case, please build and install your perl from a fresh perl distribution. It usually solves this kind of problem.
(You get this message, because MakeMaker could not find "C:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE\perl.h")
I have run Perl -V and (amongst other things) I can see the line
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf -
libpath:"C:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine:x86'
I am now stuck.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win XP perl makefile.pl
by ww (Archbishop) on Nov 02, 2006 at 20:49 UTC | |
|
Re: Win XP perl makefile.pl
by hj4jc (Beadle) on Nov 02, 2006 at 21:54 UTC | |
|
Re: Win XP perl makefile.pl
by chorny (Scribe) on Nov 02, 2006 at 22:45 UTC |