java/2791

Mark Wielaard wielaard@tryllian.com
Sat Oct 27 10:56:00 GMT 2001


The following reply was made to PR java/2791; it has been noted by GNATS.

From: Mark Wielaard <wielaard@tryllian.com>
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



More information about the Gcc-prs mailing list