This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: 3.2 bootstrap failure building sparcv7/libjava on sparcv9-sun-solaris2.8
- From: Tom Tromey <tromey at redhat dot com>
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 13 Jun 2002 21:48:55 -0600
- Subject: Re: 3.2 bootstrap failure building sparcv7/libjava on sparcv9-sun-solaris2.8
- References: <200206132221.g5DMLoh28535@banach.math.purdue.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Brad" == Brad Lucier <lucier@math.purdue.edu> writes:
Brad> ../../../gcc/gcjh -classpath '' -bootclasspath . ../../../../libjava/java/lang/Class
Brad> ../../../../libjava/java/lang/Class: no such class
The real problem here is that gcjh should never be invoked on Class.
Class.h is not automatically generated, but hand maintained. I saw
this problem arise after Mark's build speed-up patch went in, but I
still haven't had a chance to investigate.
Tom