Ok, I've talked about this using the Chatterbox before, but I haven't gotten a solution, so I thought I'd make an official post.

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:

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
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:
NMAKE : fatal error V1801: '0' : program not found Stop.
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)
- p u n k k i d

In reply to Installing the Net-AOLIM module from CPAN by elusion

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.