Correct, I am using a binary distribution of perl. I could not get perl 5.8.0 to build on my cygwin system, so i picked up the binary distribution. HTML::Parser is the only module, thus far, that I have had problems building under 5.8.0 binaries on cygwin. The biggest problem I can see are the lines that read:
LD_RUN_PATH="" ld2 -s -L/usr/local/lib Parser.o -o blib/arch/auto/HT
+ML/Parser/Parser.dll /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/li
+bperl.dll.a
i see no perl executable around there
perl is required to build dynamic libraries
go fetch one or build this one static
To me, that is the biggest concern: telling HTML::Parser that perl does in fact live at /usr/bin/perl.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.