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]
Other format: [Raw text]

Re: Compilation Problems with libjava


Hi Andrew,

> You need to build the *whole thing*, gcc, libjava, and all.
> Run configure from the top level directory, not any of the subdirs.
Is there totally no way to get around that at all? I am asking this
because it is really gruesome to recompile everything just because one
classfile is buggy. I was going to try and hack the makefiles to just
compile the things that are tightly integrated into GCJ into the
libgcj.so (because of CNI native implementations) and ligcj.jar so I can
choose other sources to provide the other classes. Maybe this is being
silly, please tell me if it is.

Greets,
Bhun.


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