Hello All,
 
I was going thru the perlxstut and got stuck in a place ... Can anyone help?? (I am working on Win XP)
 
1. h2xs -A -n Mytest #This ran successfully and created a folder under ext/
2. edited mytest.xs  #to add hello world code as per tutorial
3. perl makefile.pl     #this too ran successfully
4. make                   #This command is not running successfully.
I did an perl -V:make and it showed
make = 'nmake';
I tried running the nmake command too ... but it didnt work ...
 
My question:
a) what does "make" do exactly??
b) Windows throws an error as below. Can anyone suggest a way to resolve this??
"C:\jenson\PERL_P~1\ext\Mytest>make
'make' is not recognized as an internal or external command,
operable program or batch file.
C:\jenson\PERL_P~1\ext\Mytest>nmake
'nmake' is not recognized as an internal or external command,
operable program or batch file."
PS::(The tut. mentions something abt a PerCrt.lib and a msvcrt.lib ... I cant locate any of this .lib files on my harddrive).
 
Regards,
Ukhas


All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to