Looking at http://osdir.com/ml/lang.perl.quality-assurance/2008-11/msg00035.html, it seems you might have come up against a permissions issue. I don't know how that has impacted upon your PDL installation, nor do I know what to do about it. It's likely that you have a functional PDL, though there could be something missing. Start with perl -MPDL -le 'print $PDL::VERSION'
If that prints out 2.4.6, things are looking promising. Then check to see that entering perldl puts you into the perldl shell (ie gives you a perldl> prompt). Others would be better able to advise on how to do more extensive testing. (I guess you could run the test scripts and check that they perform correctly.)

If you want to do any graphics stuff with PDL, OpenGL seems to be the best way to go. You should seek help with that on the PDL mailing list as the main OpenGL developer is subscribed there. He's also one of the most active PDL developers ... and he uses Cygwin extensively as well !

Cheers,
Rob

In reply to Re^11: PDL installation by syphilis
in thread PDL installation by mili3431

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.