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:

>>> /home/gerald/cvs/gcc/libjava/java/io/ObjectInputStream.java:30: Class or interface `gnu.classpath.Configuration' not found in import.

Gerald> It's in /tmp/OBJ-0927-10:27/i686-pc-linux-gnu/libjava/gnu/classpath
Gerald> (my build dir), together with Configuration.d which has size 1.

I advise avoiding directories with ":" in the name when doing builds.

Gerald> I'm afraid I haven't any clue what this could be; any things I
Gerald> could try?

You could look at the compilation of ObjectInputStream.java and make
sure that there is a `-I' option pointing to the right place.

Tom


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