trouble building libgcj: ConcreteProcess
Tom Tromey
tromey@cygnus.com
Tue May 18 11:18:00 GMT 1999
>>>>> "Arvind" == Arvind Sankar <arvinds@mit.edu> writes:
Arvind> it was a make in a completely clean tree.
I don't understand why this would happen.
>From your earlier mail it looks like ConcreteProcess.java is being
compiled:
> javac="gcj -C"; \
> $javac -g -classpath /usr/src/build/egcs/java-egcs-1999-05-17:05:18:25/i686-pc-linux-gnu/libjava:`cd /usr/src/java/libgcj/libjava && /bin/pwd` \
> -d /usr/src/build/egcs/java-egcs-1999-05-17:05:18:25/i686-pc-linux-gnu/libjava java/lang/ConcreteProcess.java
Can you verify that ConcreteProcess.class ends up in the build tree?
It also looks like the classpath for the subsequent gcj invocation is
set correctly.
Maybe there's a bug in the classpath processing or .class-locating
code. I don't know.
Tom
More information about the Java
mailing list