On Wed, Mar 29, 2000 at 03:47:25AM -0800, Michael A. Chase wrote:
> I've been puzzling over this one for the last couple days and I'm stumped.
> All I can think of is a corrupted HTML-Parser archive, but I don't see how
> that could cause what you are seeing.
> 
> First rebuild again from a brand new temporary directory after downloading a
> fresh copy of HTML-Parser-3.07.tar.gz, be sure to download in binary mode.
> Then try single stepping through some of the t/*.t files that are failing to
> see exactly what they are trying to do.  The command for that would be
> (modulo the line wraps):
> 
> /opt/TWWfsw/perl5005/bin/perl -Iblib/arch -Iblib/lib
>  -I/opt/TWWfsw/perl5005/lib/5.00503/PA-RISC1.1
>  -I/opt/TWWfsw/perl5005/lib/5.00503 t/api_version.t

Ok, I just recompiled perl. Previously, I had the following for
ccflags in perl:
  +O2 +ESlit +Onofltacc +DAportable +Oentrysched +Odataprefetch
I now have:
  +O1 +DAportable

This passes the perl tests and compiles HTML-Parser with nary a
problem.

-- 
albert chin ([EMAIL PROTECTED])

Reply via email to