This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GCC bug
- To: gcc-bugs at gcc dot gnu dot org
- Subject: GCC bug
- From: Jacob Dreyer <jacob dot dreyer at geosoft dot no>
- Date: Thu, 30 Sep 1999 14:56:58 +0200
Hello,
I'm trying to compile libgcj-2.95.1 on Irix 6.4.I'm stopped while
compiling
java.io.Serializable with mabi=64. Actually if I compile the following
java
code:
public interface Test{}
using the following command:
setenv CLASSPATH
/disk/norne1/odda/libgcj-2.95.1.irix/mips-sgi-irix6.4/mabi=64/libjava
gcj -mabi=64 -c Test.java
I get the following error:
Test.java:0: size of variable `_MT_Test' is too large
Note that without mabi=64 there is no problems. But I definitively need
the 64 bits version.
Tom Tromey (tromey@cygnus.com) replied:
Tom> I haven't heard of this problem before.
Tom> Does -mabi=64 even work? That is my first question.
Tom>
Tom> If it is supposed to work, then you've found a gcc bug. If it
isn't
Tom> known to work, then of course that's the problem.
Has anyone encountered that problem or have any suggestion?