This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libjava bootstrap failure


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]