I used the command perl -MCPAN -e "install PDL"I can't supply a reason for the particular failure - I don't use CPAN.pm. However, there are 2 other alternatives for installing PDL on ActivePerl-5.10.0.
Firstly, you could run
ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/PDL.ppdOr, if you really want to build PDL from source, download the PDL-2.4.3 source from CPAN, extract it to some location, cd to that location, edit the file 'perldl.conf' to suit your needs, and run (in order)
perl Makefile.PL, followed by
make install.
Note that you need to replace 'make' with either 'nmake' or 'dmake' (depending upon which flavour you are using), that you could optionally run
make test before running
make install, and that you'll need a working C compiler and 'make' utility for this second approach to work. The ppm approach I outlined is probably the best approach for you ... but I'm making assumptions, now :-)
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.