It compiles OK, runs tests OK but won't install at all
I find the same problem - not because of the ' ', but because
make install is unable to create new directories in C:\Program Files - even when I'm running as Owner.
That is, I get "Access is denied" error.
I don't know how to work around that.
However, when I switch to attempting to install into a location that
does allow me to create new directories (eg C:\_64\Program Files\perl), then the space between 'Program' and 'Files' creates problems.
The only workaround I came up with (drawing on earlier posts in this thread) was to:
1) Create C:\_64\Program Files directory (unless it already exists);
2) set INST_TOP to
$(INST_DRV)\_64\PROGRA~1\perl
But if you're intent on installing perl into C:\Program Files and you're hitting the "Access is denied" error, then I can't really help.
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.