As a long suffering (no, not really, but it sounds dramatic ;o) user of Perl on Win32... these are a few things you can try..

Firstly, it may seem obvious, but are you SURE the module you want is supported on Win32 ? Of late, the ActiveState PPM is fairly well stocked, so there may be a legitimate reason for the module not being included...

Another thing on the checklist, is the perl executable (ie: c:\perl\bin) added to your path ? You need to reboot your machine on Win98 for any changes to take effect to the setting of the path variable...

Along the same lines, the installation of ActivePerl might have bombed out for some reason.. did you notice any error messages etc ?

Next, although there might not be an error message, there should be a file named MakeFile as a result of executing perl MakeFile.pl.. You should check for its existence.. I build modules regularly these days, now I have VC++ on my machine, and its quite ok

For the next item on the checklist, I use nmake, and not dmake.. perhaps you should check your version of dmake ? (ok, this is a bit of a long shot, I know).. or perhaps even use nmake...

Another thing, if you installed the fancy MSI installer version of ActivePerl, if the module you have is NOT pure Perl, you *must* use Visual C++ 6.0 to build the module.. Building an XS module with any other C compiler is apparently not going to bring you any joy.. :o)
Ok, I've put down some of the things that I've encountered and others that I can think of... if these things are fixed or seem ok to you, please check back with some more information..
HTH


In reply to Re: Activeperl, makefile.pl problem by tinman
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.