![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
perlxstut (compiler problems)by llee (Initiate) |
on Jul 13, 2006 at 22:56 UTC ( [id://561099]=perlquestion: print w/replies, xml ) | Need Help?? |
llee has asked for the wisdom of the Perl Monks concerning the following question: I'm trying to use nmake to complete the perlxstut tutorial. The tutorial tells you to use a batch program named h2xs.bat to create a directory named mytest and populate it with a group of files. It then tells you to run Makefile.pl which prepares a file for use by nmake.exe.
When I run nmake on the folder I get the following error:
On my machine nmake.exe calls cl.exe with the following parameters: I was originally missing the following files and programs: Chances are my system will need to be configured further, but I'm hoping there's not much left.
Back to
Seekers of Perl Wisdom
|
|