This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
libgcj.a class substitution
- From: Olivier Parisy <ml dot olivier dot parisy at free dot fr>
- To: java at gcc dot gnu dot org
- Date: Mon, 20 Nov 2006 09:03:10 +0100
- Subject: libgcj.a class substitution
Hi all.
Let's say I write a replacement for a JDK class available in libgcj.a
(same package, same public signature).
As it turns out, it seems like I can natively compile this replacement
class, but when generating an executable, its libgcj.a counterpart is
still linked in.
Is there some way I could instruct gcj to link in my replacement class
instead of the archive one? Or do I have to generate my own libgcj.a?
Best regards,
Olivier Parisy.