This is the mail archive of the java-discuss@sourceware.cygnus.com 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: trouble building libgcj: ConcreteProcess


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

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