This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj build failure
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Pedro <pub dot pedrohj at sapo dot pt>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 26 Feb 2002 12:00:45 +1300
- Subject: Re: gcj build failure
- References: <1014662287.3c7a848fbf164@webmail.sapo.pt>
Pedro wrote:
>/usr/gcc/source/libjava/gnu/java/security/provider/gnu.java:31:
>Class `gnu.java.security.provider.Gnu' already defined
>in /usr/gcc/source/libjava/gnu/java/security/provider/Gnu.java:3
>1.
> public final class Gnu extends Provider
> ^
>/usr/gcc/source/libjava/gnu/java/security/provider/gnu.java:34:
>confused by earl
>ier errors, bailing out
>make: *** [libgcj.jar] Error 1
>________________________________________________________________
>
>
>It seems strange for me, though I am a java beginner, that the
>message refers two files: gnu.java and Gnu.java, and only one
>exists in the source dir.: Gnu.java (the same name has the
>class)
>
This is a known failure on case insensitive file systems. It is a gcj bug.
Bryce.