Archie Winful <[EMAIL PROTECTED]> writes:

> I have been trying to install the HTML::Parser Perl module as a
> prerequisite for installing the LWP perl module. I ran 'perl
> Makefile.PL' to generate a Makefile.  However I've been trying to
> run 'make' without success. When I run 'make', I get the following
> set of messages:- I would appreciate any help you can give me on
> this issue.

You basically need to compile extensions with the same compiler that
was used to compile Perl.  Try to recompile your Perl with the
compiler you want to use for extensions.

You can also consider using ActivePerl.  With it you can use the ppm
tool to install precompiled modules from ActveState's repository.  No
need to care about compiler versions.

Regards,
Gisle
(who works for ActiveState)

Reply via email to