Hi Robert,

On Fri, 2005-05-20 at 04:00 +0200, Robert Schuster wrote:
> I am trying to build Classpath with GCJ 3.3.5 (actually gcj (GCC)
> 3.3.5-20050130 (Gentoo Linux 3.3.5.20050130-r1, ssp-3.3.5.20050130-1,
> pie-8.7.7.1) from the Gentoo distribution on x86) and it shows the
> following error:
> [...]
> ../gnu/java/rmi/RMIMarshalledObjectInputStream.java:52: error: Class
> `gnu.java.rmi.RMIMarshalledObjectInputStream' doesn't define the
> abstract method `double
> org.omg.CORBA.portable.InputStream.read_double()' from class
> `org.omg.CORBA.portable.InputStream'. This method must be defined or
> class `gnu.java.rmi.RMIMarshalledObjectInputStream' must be declared
> abstract.
>    public class RMIMarshalledObjectInputStream extends RMIObjectInputStream
> 
> (and many many more of this kind).
> 
> As these errors do not happen with GCJ 4.0 I suppose the problem comes
> from a bug of the earlier GCJ versions. Do our GCJ people know about a
> problem where the compiler messed up the import functionality?

Have you tried 3.4?
Does this occur with or without the following patch?

2005-05-06  Mark Wielaard  <[EMAIL PROTECTED]>

        Reported by Kalle Olavi Niemitalo <[EMAIL PROTECTED]>.
        Workaround for gcj bug #21418
        * lib/gen-classlist.sh.in: Set LC_ALL and LANG to C.
        Sort result of find.

That is from after the 0.15 release and someone told me it solved their
compile problem on gentoo.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to