From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Petit-Bianco To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: java/4360: libjava fails to compile on i686-pc-linux-gnu (AttributedString) Date: Wed, 19 Sep 2001 08:26:00 -0000 Message-id: <20010919152601.12941.qmail@sourceware.cygnus.com> X-SW-Source: 2001-09/msg00404.html List-Id: The following reply was made to PR java/4360; it has been noted by GNATS. From: Alexandre Petit-Bianco To: georg.wild@gmx.de Cc: gcc-gnats@gcc.gnu.org Subject: Re: java/4360: libjava fails to compile on i686-pc-linux-gnu (AttributedString) Date: Wed, 19 Sep 2001 08:18:45 -0700 (PDT) georg.wild@gmx.de writes: > I often install the latest version of the cvs snapshot. Since a few > (I think months) libjava fails to build. Hmm. I can assure you that a lot of people are successfully building libjava on linux/x86 every days. For instance, I think that this week snapshot ought to work. > .... > gcj -B/root/gcc/libjava/ --encoding=UTF-8 -C -g -classpath /root/gcc/libjava:. -d /root/gcc/libjava java/text/AttributedString.java > /root/gcc/libjava/java/text/AttributedString.java:45: Class `java.text.AttributedString' already defined in java/text/AttributedString.java:45. > public class AttributedString > ^ Could you try the patch I posted to java/2791? It seems that you're building libjava as root. I don't see why it would fail, but I never tried that configuration. ./A