This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: naming conflicts in libgcj.a
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 14 Jan 2002 11:01:00 -0700
- Subject: Re: naming conflicts in libgcj.a
- References: <86zo3gc04h.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> What do you all think about renaming .o's upon addition to the .a
Adam> archive? So Attributes.o would be added as "org.xml.sax.Attributes.o".
Bryce's idea is to compile each package into a single large .o file.
This might hurt recompilation times a bit, but it will make other
things simpler. I think it makes sense; the only real barrier is a
compiler bug (there's a PR for it and a hacky fix in the PR).
Tom