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]

naming conflicts in libgcj.a



There are several files within libgcj.a that have the same name (ie
Attributes.o). While this is technically allowed, it causes some tools
to choke (notably objcopy).

What do you all think about renaming .o's upon addition to the .a
archive? So Attributes.o would be added as "org.xml.sax.Attributes.o".

Are there any platforms that arbitrarily restrict the length of
ar-entry names? Even so, they're going to present a problem anyways
given Sun's habit of UsingReallyLongClassNamesInTheJava2API.

If this is reasonable I'll submit a patch.

  - a


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