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]

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.


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