This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compilation Problems with libjava
- From: Dhek Bhun Kho <bhun at chello dot nl>
- To: java at gcc dot gnu dot org
- Date: 04 Jan 2003 18:29:44 +0100
- Subject: Re: Compilation Problems with libjava
- References: <20030104151440.81784.qmail@web13502.mail.yahoo.com> <15894.64709.749260.163850@cuddles.cambridge.redhat.com>
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.