This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
Re: libgcj/103: libgcj crashes on string operation
- To: tromey at cygnus dot com
- Subject: Re: libgcj/103: libgcj crashes on string operation
- From: Godmar Back <gback at cs dot utah dot edu>
- Date: 17 Nov 1999 02:40:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Godmar Back <gback at cs dot utah dot edu>
The following reply was made to PR libgcj/103; it has been noted by GNATS.
From: Godmar Back <gback@cs.utah.edu>
To: bryce@albatross.co.nz (Bryce McKinlay)
Cc: gback@cs.utah.edu, java-gnats@sourceware.cygnus.com
Subject: Re: libgcj/103: libgcj crashes on string operation
Date: Tue, 16 Nov 1999 19:32:34 -0700 (MST)
>
> Godmar Back wrote:
>
> > Btw, the build with --enable-interpreter bombed on me too.
> > I didn't complain about it cause I hadn't updated, but the problem
> > was that "redirect" wasn't defined in libjava/java/lang/natClassLoader.cc
> >
> > I just turned --enable-interpreter off.
>
> --enable-interpreter should be working ok. I'd reccomend you do a 'make clean' or even
> 'rm -rf build' between builds if you change any of the configure settings, though.
>
I'm *always* do /bin/rm -rf * before building anything that has to do
with gnu because I don't trust autoconf/automake a bit. ;-)
That wasn't it... I'll cvs udpate libgcj and I'll let you know if it
happens again.
- Godmar