From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Wielaard To: apbianco@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: java/2791 Date: Sat, 27 Oct 2001 10:56:00 -0000 Message-id: <20011027175601.3062.qmail@sourceware.cygnus.com> X-SW-Source: 2001-10/msg00592.html List-Id: The following reply was made to PR java/2791; it has been noted by GNATS. From: Mark Wielaard To: apbianco@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, jsturm@one-point.com, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Cc: Subject: Re: java/2791 Date: 27 Oct 2001 19:51:46 +0200 Hi, This looked like the same problem I had with compiling Classpath. When compiling classpath (CVS) with gcj go into the lib directory and do $ gcj -C -d . --classpath=..:/usr/local/gcc-3.1/share/libgcj.jar @classes ../java/lang/ClassNotFoundException.java:48: Class `java.lang.ClassNotFoundException' already defined in ./../java/lang/ClassNotFoundException.java:48. public class ClassNotFoundException extends Exception ^ Tried with gcc version 3.1 20011016 (experimental) with and without the attched patch with the same result. Did it fix the original bug report? If it did I will open a new one for the Classpath compile case. For more info see the Classpath mailing list: http://mail.gnu.org/pipermail/classpath/2001-October/001431.html http://mail.gnu.org/pipermail/classpath/2001-October/001445.html Cheers, Mark