I tried to removing Dev-cpp and Activeperl from windows pathAs long as their listing in $PATH occurs after /usr/bin, their presence should not matter - assuming that /usr/bin contains a 'make.exe', a 'ggc.exe', and a 'perl.exe' etc. (I wonder if it's the cpan shell that's doing something to stuff things up. I'm assuming that we're in the cpan shell that belongs to usr/bin/perl, not ActivePerl.)
So, it gets to the point where we need to see the 'perl Makefile.PL' and 'make' output.
'cd' to some location (say ~/modules) and manually extract the PDL source (
tar zxvf /location_of/PDL-2.4.6.tar.gz)
Then run
perl Makefile.PL >p.txt 2>&1 followed by
make >m.txt 2>&1. Then send us a copy'n'paste of p.txt. It may be that m.txt is too large to post to perlmonks (depending upon when the error occurs). If it's not too big to post to perlmonks, then send us a copy'n'paste of it, too. Otherwise it would probably be best to move this over to the PDL list where you can send copies of 'p.txt' and 'm.txt' as attachments.
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.