This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Package/Class Confusion on GCJ/Windows
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 09 Sep 2002 11:26:40 -0600
- Subject: Re: Package/Class Confusion on GCJ/Windows
- References: <alhu1d$k1m$1@main.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> If there's a class and a package with the same name, GCJ
Ranjit> complains about "reading class FooBar for the second time"
Ranjit> where FooBar is the name in question.
Ranjit> Is it coming up becuase one of my "kludges" (inspired by posts
Ranjit> made by Robert Collins and David Billinghurst) was to convert
Ranjit> all file names to lowercase before proceeding?
I don't know. I hadn't heard of doing this sort of renaming. I
recommend against it; if leaving the files as-is shows bugs in jc1,
then let's fix those bugs.
In the past there was the famous case-sensitivity bug. I thought
Bryce had fixed it, but I couldn't find mention of a fix in the
mailing list archives or in the ChangeLog.
Tom