Re: Problem installing perl 5.8

Nicholas Clark <[email protected]> Sun, 6 Feb 2005 20:18:32 +0000
Newsgroups gmane.os.netbsd.ports.acorn32
Message-ID <[email protected]>
On Sun, Feb 06, 2005 at 08:10:18PM +0000, Nick Hudson wrote:
> On Sunday 06 February 2005 20:06, Nick Hudson wrote:
> > On Sunday 06 February 2005 15:05, APD Jeffries wrote:
> [...]
> > > Anyone got any ideas?
> >
> > I had similiar problems that I bypassed by compiling everything -O0
> 
> s/everthing/all of perl/

Assuming that the default for perl on NetBSD on ARM is -O2, you can probably
actually get away with -O1. Certainly, -O1 is reliable on the old installation
of ARM Linux I have, whereas -O2 is not.

Nicholas Clark