I'm guessing you don't have write permission on /

No - I can write to '/' ok. The aim is to install perl-5.10 into /home/Rob so that it doesn't interfere with the existing 5.8.8 installation (which I'd still like to keep). If I drop the '-Dprefix' arg, the error I get is still the same.

I'll take a look through the makefile and see if I can spot something. It would be handy to have a 64-bit-int build of perl-5.10 on this Windows box, but I *can* live without it, so I won't be getting too stressed.

Update: I think I've found a (tedious) solution to my problem. It's just a matter of cd'ing to the ext/DynaLoader folder and running 'make -i', then when that terminates, return to the top level folder and re-run 'make'. Shortly thereafter the process terminates with a similar error regarding the ext/B directory ... so cd to ext/B, run 'make -i', then cd back to the top level and re-run 'make' .... and on it goes until the next failure in ext/somewhere ... etc., etc.

Update2: Duh .... wouldn't it be better to just run 'make -i' from the top level folder ? That's exactly what I'm doing now - but I won't really know how successful it has been until I get to run 'make test'.

Update3: Sort of nearly almost works ... many of the pm files in ext don't get copied across to lib. All in all, it's not a very good approach to be taking :-)

Cheers,
Rob

In reply to Re^3: cygwin, perl5.10, INSTALLSITESCRIPT by syphilis
in thread cygwin, perl5.10, INSTALLSITESCRIPT by Boldra

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.