elusion has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to install a module (Net-AOLIM) on CPAN that need's to be compiled. Or at least that's what I think, seeing that it has a makefile.pl with it. However, I'm using Windows 98, despite my hate of it. I've tried several things to get it to work, so I'll write sections about each one. (I'm using ActivePerl, but I am willing to install IndigoPerl, seeing I have both installation files)
I've tried using PPM, but unfortunately, there's no precompiled version of Net-AOLIM for PPM.
I've tried compiling the module using nmake, but this also does not work. When I try run perl makefile.pl It gives me this output:
I expected that output, so I continued, once running a line that I read I should do in a link from an old post pointing to some online 'zine article. The other time I ran nmake 1.5 directly. After typing nmake I got this output:Checking if your kit is complete... Looks good Bad Command or File name Bad Command or File name Bad Command or File name unable to find a perl 5 (by these names: C:\Perl\Bin #etc.. Writing makefile for Net::AOLIM
This Immediately tells me that something went wrong, so I stopped, then continued just to make sure, only to recieve more errors. What should I do? (don't tell me to get *nix, I don't own the computer, so I can't change the OS)NMAKE : fatal error V1801: '0' : program not found Stop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing the Net-AOLIM module from CPAN
by SuperCruncher (Pilgrim) on Jul 22, 2000 at 14:14 UTC | |
by Ovid (Cardinal) on Jul 22, 2000 at 15:57 UTC | |
|
Re: Installing the Net-AOLIM module from CPAN
by japhy (Canon) on Jul 22, 2000 at 03:20 UTC | |
by lhoward (Vicar) on Jul 22, 2000 at 03:45 UTC | |
by elusion (Curate) on Jul 22, 2000 at 03:26 UTC |