ActivePerl defaults to wanting you to use nmake rather than dmake. Here I documented where you can get it and a few other tidbits like how to fix things so you can use dmake, why building modules on Win98 sucks, etc.

'perl Makefile.PL' from the dospromt\new module's directory. But dos says bad command or file name. I also tried at same prompt: c:\perl\bin perl makefile.pl -- no error is returned

OK, then that means that C:/Perl/bin isn't listed in your PATH environment variable. If you haven't rebooted since you installed ActivePerl, then rebooting will probably fix that.

but the subsequent dmake command returns 'bad command or filename'. (dmake is in c:\perl\bin)

Yes, that would be the same problem.

But even after you resolve that, I'm afraid you'll still have problems trying to build modules under Win9x (as I touch on in the other node I linked to above). Be prepared to have to hack around some annoying bugs. ):

        - tye (but my friends call me "Tye")

In reply to (tye)Re: Activeperl, makefile.pl problem by tye
in thread Activeperl, makefile.pl problem by Anonymous Monk

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.