I suspect my Perl install is confused somehow. I installed the portable version in a non-standard place of T:\hyd\src\strawberry.5.38 under the understanding that I coud install Perl anywhere these days - I know it used to be c:\strawberry or nothing!

Perl -Vlibpath
shows
libpth='T:\hyd\src\strawberry.5.38\c\lib T:\hyd\src\strawberry.5.38\c\ +x86_64-w64-mingw32\lib T:\hyd\src\strawberry.5.38\c\lib\gcc\x86_64-w6 +4- mingw32\13.1.0';

Everything looks good there. It's worth noting that T: drive is a share of \\k030\hydprime\cnd and the error I get on a build are something like

//k030/HydPrime/cnd/hyd/src/strawberry.5.38/c/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmoldname: No such file or directory

The files are there when I look down the T: tree. However note the forward slashes on the error message - very Unix and not at all Windows-like. I don't really understand why the T: turns into //k030/HydPrime/cnd. I suspect that's the real problem! I'll try installing at c:\strawberry and see if the issues go away!


In reply to Re^2: Perl 5.38 64 bit cpanm fails by phew47
in thread Perl 5.38 64 bit cpanm fails by phew47

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.