You say perl -V returns
libpath:"C:\p4view\Apps\ActivePerl\MSI\data\ActivePerl\Perl\lib\CORE" -machine:x86'

What does the content of that directory look like? (Have you checked?)

Contents should be something like this, I think:

10/02/2006  09:27 AM    <DIR>          .
10/02/2006  09:27 AM    <DIR>          ..
10/02/2006  09:27 AM    <DIR>          arpa
07/09/2003  10:10 PM             3,131 av.h
08/29/2006  11:36 AM             1,316 BuildInfo.h
07/09/2003  10:10 PM             2,280 cc_runtime.h
10/02/2006  09:28 AM           140,057 config.h
09/21/2005  08:32 AM            18,992 cop.h
01/02/2006  09:42 AM             8,202 cv.h
05/25/2000  12:12 AM             1,294 dirent.h
08/07/2006  02:00 PM             5,983 dosish.h
02/07/2006  07:50 PM           154,597 embed.h
...etc.

Another question: Did you deliberately install ActiveState's perl to something other than its default path? In fact, that libpath (esp the p4view\apps section) is something that to me looks suspect (NOT "impossible" but damned odd!) in light of your quoted makefile command line,

C:\Perl\site\lib\Graph-0.80>perl makefile.pl

HTH


In reply to Re: Win XP perl makefile.pl by ww
in thread Win XP perl makefile.pl by dunkirk_phil

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.