This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava bootstrap failure
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: libjava bootstrap failure
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Sep 2001 10:28:39 -0600
- Cc: <gcc-bugs at gcc dot gnu dot org>, <java at gcc dot gnu dot org>
- References: <Pine.BSF.4.33.0109261519260.63681-100000@naos.dbai.tuwien.ac.at>
- Reply-To: tromey at redhat dot com
>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:
Gerald> /home/gerald/cvs/gcc/libjava/java/io/ObjectInputStream.java:30: Class or interface `gnu.classpath.Configuration' not found in import.
Gerald> import gnu.classpath.Configuration;
Gerald> ...for a simple build (srcdir != objdir) of todays CVS sources.
I updated this morning and did a fresh build (rm -rf <build> <install>).
This worked for me.
The file in question should be created at configure time. Look for
gnu/classpath/Configuration.java in your build tree. If it is not
there then something went wrong during the configure step.
Tom