This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Anybody running mauve?
- To: Mark Wielaard <mark at klomp dot org>
- Subject: Re: Anybody running mauve?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 07 Apr 2001 17:20:20 -0600
- Cc: java at gcc dot gnu dot org
- References: <20010408002825.A22609@klomp.org>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Is anybody running mauve with gcj?
Mark> What KEYS do you use and what results do you get?
I haven't been running it lately.
I use KEYS=libgcj -- I make a symlink to the mauve-libgcj file in the
libgcj source tree.
I ran it today and got horrible results. It crashed during (or just
after) ObjectInputOutput tests.
Another way to run it is from the gcj build tree:
MAUVEDIR=/path/to/mauve/sources make check-target-libjava
I haven't done this in a while either :-(
Tom