On Thu, Jul 27, 2000 at 05:16:06PM +1000, [EMAIL PROTECTED] wrote:
> Hi,
>
> I'm attempting to install libwww and some of the prerequisite modules, in
> particular HTML::PARSER.
> My compiler seems to be having trouble with the compilation of Parser.c The
> output of the make run is given below.
>
> I'm on a sun running SunOS 5.6
> using perl 5.00405
> c compiler: WorkShop Compilers 4.2 30 Oct 1996 C 4.2
>
> Is there something I can do to get this to compile on my system?
Yes, upgrade your Perl.
> "./util.c", line 59: undefined symbol: PL_hexdigit
IIRC, PL_hexdigit is one of the symbols that post date perl 5.004.
Abigail