Greeetings O Monks,

Starting a new job, I've moved from unix to win32 (and ActiveState Perl) for my work machine. Most of my Perl scripts have made the migration without trouble, but I'm having the damnedest time installing the PGPLOT module (for use with PDL, for what it's worth).

Here's what I've tried:
ppm3 install PGPLOT, this results in Error: Package 'PGPLOT' not found. Please 'search' for it first.
cpan install PGPLOT gives an error that ExtUtils::F77 is not installed; but I can't seem to install ExtUtils::F77 (the make fails).
I followed the directions at http://www.xray.mpe.mpg.de/mailing-lists/pdl-porters/2000-07/msg00000.html, but I get the following:

C:\pgplot>ppm install --location PGPLOT Unknown option: location Error: no suitable installation target found for package PGPLOT. C:\pgplot>ppm install PGPLOT Error: no suitable installation target found for package PGPLOT. C:\pgplot>ppm install PDL::Graphics::PGPLOT Searching for 'PDL::Graphics::PGPLOT' returned no results. Try a broad +er search first.

Has anyone done this? Can anyone point me in the correct direction?

Much thanks,

Kester


In reply to PGPLOT module install on win32 by kesterkester

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.