in reply to Re: Problem building HTTP::Parser under 5.8/cygwin
in thread Problem building HTTP::Parser under 5.8/cygwin

I do not know how much and how correctly installation process of binary distribution fills values for "Config.pm", but this must be one of your problems.

But most tough place in your case is gcc compiler. Why you can't build perl on Cygwin? I assure you that, at first, Perl can be easily built if your system tuned correctly and, at second, compilation of modules is often more problematic that compilation of perl itself.

Do you have gcc binary installed at all?

And as a last point, you insist that HTML::Parser must find perl at /usr/bin/perl. Is it new 5.8.0 version? Is it one where HTML::Parser will be installed?

Courage, the Cowardly Dog

  • Comment on Re: Re: Problem building HTTP::Parser under 5.8/cygwin

Replies are listed 'Best First'.
Re: Re: Re: Problem building HTTP::Parser under 5.8/cygwin
by peschkaj (Pilgrim) on Aug 12, 2002 at 14:25 UTC
    My errors are occuring during the "Making B (dynamic)" stage of compilation. I'm not entirely sure what is causing it. gcc 2.95.3-5 (cygwin special) is installed. Apart from those two facts, I couldn't tell you why I cna't build it.