I tried installing PDL using cpan against:

This is perl 5, version 32, subversion 0 (v5.32.0) built for MSWin32-x +64-multi-thread

on a Windows 10 machine. My experience was similar except that I noticed lots of pointer/integer size warnings and various other issues that may be 64bit compile related. The (almost) last part of the output contains lots of stuff like:

t\40-Semaphore.t ..... Can't locate loadable object for module Win32:: +IPC in @INC (@INC contains: C:\STRAWB~1\cpan\build\Win32-IPC-1.11-0\b +lib\lib C:\STRAWB~1\cpan\build\Win32-IPC-1.11-0\blib\arch C:/Strawber +ry/perl/site/lib C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib + .) at C:\STRAWB~1\cpan\build\Win32-IPC-1.11-0\blib\lib/Win32/IPC.pm +line 45. BEGIN failed--compilation aborted at C:\STRAWB~1\cpan\build\Win32-IPC- +1.11-0\blib\lib/Win32/IPC.pm line 45. Compilation failed in require at C:\STRAWB~1\cpan\build\Win32-IPC-1.11 +-0\blib\lib/Win32/Semaphore.pm line 29. BEGIN failed--compilation aborted at C:\STRAWB~1\cpan\build\Win32-IPC- +1.11-0\blib\lib/Win32/Semaphore.pm line 29. Compilation failed in require at t\40-Semaphore.t line 12. BEGIN failed--compilation aborted at t\40-Semaphore.t line 12. t\40-Semaphore.t ..... Dubious, test returned 2 (wstat 512, 0x200) Failed 17/17 subtests t\50-ChangeNotify.t .. Can't locate loadable object for module Win32:: +IPC in @INC (@INC contains: C:\STRAWB~1\cpan\build\Win32-IPC-1.11-0\b +lib\lib C:\STRAWB~1\cpan\build\Win32-IPC-1.11-0\blib\arch C:/Strawber +ry/perl/site/lib C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib + .) at C:\STRAWB~1\cpan\build\Win32-IPC-1.11-0\blib\lib/Win32/IPC.pm +line 45. BEGIN failed--compilation aborted at C:\STRAWB~1\cpan\build\Win32-IPC- +1.11-0\blib\lib/Win32/IPC.pm line 45. Compilation failed in require at C:\STRAWB~1\cpan\build\Win32-IPC-1.11 +-0\blib\lib/Win32/ChangeNotify.pm line 30. BEGIN failed--compilation aborted at C:\STRAWB~1\cpan\build\Win32-IPC- +1.11-0\blib\lib/Win32/ChangeNotify.pm line 30. Compilation failed in require at t\50-ChangeNotify.t line 13. BEGIN failed--compilation aborted at t\50-ChangeNotify.t line 13. t\50-ChangeNotify.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run

which doesn't look very encouraging. Before that there is what, to my inexperienced eye, looks like a shit ton of link errors for process management code. I suspect there is no trivial fix hanging in the wings.

However, unless you have put your Perl scripts in an unfortunate place, there should be no issue of clobbering your code installing a new version of Perl so maybe the Strawberry canned PDL version is worth a try? You can always copy your Perl scripts some place safe before you start just to be sure.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond

In reply to Re: How can I install PDL? by GrandFather
in thread How can I install PDL? by hsfrey

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.