This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

java/7628: Libgcj build fails on Cygwin platform


>Number:         7628
>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:


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