I ran nmake install >install.txt to give you some details. As I suspected most of it is copying to the source folder. If anyone can tell me why they'll get a medal.
Thanks for the pointer. As I suspected it's going into the source folder. Here are a few exerts:-
..\miniperl.exe -I..\lib buildext.pl nmake -nologo perldll.def ..\
+ext<br>
Making B<br>
nmake -nologo<br>
..\..\miniperl.exe "-I..\..\lib" "-I..\..\lib" -MExtUtils::Command
+ -e cp bin/piconv blib\script\piconv<br>
cd ..\pod<br>
copy ..\vms\perlvms.pod .\perlvms.pod<br>
cd ..\win32<br>
..\perl.exe bin\pl2bat.pl ..\utils\h2ph ..\utils\splain
+ ..\utils\dprofpp ..\utils\perlbug ..\utils\pl2pm
+ ..\utils\c2ph<br>
xcopy /f /r /i /d bin\*.bat c:\perlc\bin\*.*<br>
0 File(s) copied<br>
..\perl.exe -I..\lib ..\installhtml --podroot=.. --htmldir=./html
+ --podpath=pod:lib:ext:utils --htmlroot="file://c|\perlc\html" --lib
+pod=perlfunc:perlguts:perlvar:perlrun:perlop --recurse
xcopy /f /r /i /e /d html\*.* c:\perlc\html\*.*<br>
0 File(s) copied
It's not till the end that it actually starts putting things in the right place. What file do I need to edit to get it all going in the right place? In my Makefile I have:-
INST_DRV = c:
INST_TOP = $(INST_DRV)\perlc
Any clues would be great.
Lyle
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.