java/7629: Libgcj build fails on Cygwin platform
qman1@optonline.net
qman1@optonline.net
Sun Aug 18 16:26:00 GMT 2002
>Number: 7629
>Category: java
>Synopsis: Libgcj build fails on Cygwin platform
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Aug 18 16:26:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Quentin H. Iorio
>Release: GCC 3.2
>Organization:
>Environment:
Cygwin 1.3.10, running under Windows 2000 SP2
~/gcc-3.2/configure --prefix=/usr --with-gxx-include-configure --prefix=/usr --with-gxx-include-dir=/usr/include/g++-3 --enable-shared --enable-threads=posix --enable-libgcj
>Description:
All the compilers build fine; but as soon as the libjava build begins, I get the following error:
/tmp/gcc-3.2.objdir/gcc/gcj -B/tmp/gcc-3.2.objdir/i686-pc-cygwin/libjava/ -B/tmp
/gcc-3.2.objdir/gcc/ --encoding=UTF-8 -C -g -classpath '' -bootclasspath /tmp/gc
c-3.2.objdir/i686-pc-cygwin/libjava:/home/qiorio/gcc-3.2/libjava \
-d /tmp/gcc-3.2.objdir/i686-pc-cygwin/libjava /home/qiorio/gcc-3.2/
libjava/java/lang/Class.java
/home/qiorio/gcc-3.2/libjava/gnu/java/security/provider/gnu.java:42: Class `gnu.
java.security.provider.Gnu' already defined in /home/qiorio/gcc-3.2/libjava/gnu/
java/security/provider/Gnu.java:42.
public final class Gnu extends Provider
^
/home/qiorio/gcc-3.2/libjava/gnu/java/security/provider/gnu.java:45: confused by
earlier errors, bailing out
This is yet-another manifestation of the case-insensitivity bug, first reported back in April of 2001. I believe there is a PR on this, but I could not find it.
Can anyone please tell me when this problem will be addressed? I'm willing to help; but someone will have to point me in the right direction.
>How-To-Repeat:
configure using the switches shown in the environment section, above, then make bootstrap.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Gcc-bugs
mailing list