2

Regarding BioPerl installation in Windows XP, I have installed Active Perl in Windows XP, and by using Perl Package Manager I have installed the BioPerl Repositories too. But I am not able to run the BioPerl yet.

While running the BioPerl program in emacs it is showing the following error:

 make -k
 'make' is not recognized as internal or external command, operable program or batch file

I have tried to install Nmake for Windows but this error is showing.

No webpage was found for the web address: http://download.microsoft.com/download/vc15/patch/1.52/w95/en-us/nmake15.exe

How could this be resolved?

Shrujan
  • 31

1 Answers1

1

Try this: ftp://ftp.microsoft.com/Softlib/MSLFILES/Nmake15.exe It's a self-extracting zip containing the files NMAKE.ERR, NMAKE.EXE and README.TXT. You should put these somewhere on your PATH, e.g. C:\perl\bin\ . Since you mentioned ActiveState: I think that's where this installs to so you should have that folder.

Note: some while ago anonymous login to the above ftp server didn't work but it seems fixed now, just tried it myself.

meisl
  • 31
  • 1
    i have tried ftp://ftp.microsoft.com/Softlib/MSLFILES/Nmake15.exe but it is showing following error Firefox can't establish a connection to the server at ftp.microsoft.com. Oops! Google Chrome could not connect to ftp.microsoft.com – Shrujan Aug 17 '12 at 09:30
  • It seems MS has taken down permanently the http link you mentioned. But: the ftp link is working, at least every now and then... Right now it worked for me in Firefox, Chrome and with the ftp client of TotalCommander. Use "anonymous" as the user name and your email address as the password. – meisl Aug 17 '12 at 13:18
  • @meisl, Link doesn't work. – Pacerier Aug 03 '16 at 20:42