This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GCJ on Irix 6.4 64bits


Hello,

I'm trying to compile libgcj-2.95.1 on Irix 6.4. After having solved a
few
problems with the multilibs configuration (which have been reported
earlier in
this list) I'm stopped while compiling java.io.Serializable with
mabi=64. I've
got the following message:

CLASSPATH=/disk/norne1/odda/libgcj-2.95.1.irix/mips-sgi-irix6.4/mabi=64/libjava

/bin/sh ./libtool --mode=compile gcj -mabi=64 -fassume-compiled -g   -c
-o
java/io/Serializable.lo
../../../../libgcj-2.95.1/libjava/java/io/Serializable.java
rm -f java/io/.libs/Serializable.lo
gcj -mabi=64 -fassume-compiled -g -c  -DPIC
../../../../libgcj-2.95.1/libjava/java/io/Serializable.java -o
java/io/.libs/Serializable.lo
../../../../libgcj-2.95.1/libjava/java/io/Serializable.java:0: size of
variable
`_MT_java_io_Serializable' is too large

Note that without mabi=64 there is no problems. But I definitively need
the 64
bits version.

Has anyone encountered that problem or any suggestion?





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]