This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.io.Serializable - trivial program segfaults
- From: Bojan Antonovic <bojan at antonovic dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 16 Mar 2005 15:48:07 +0100
- Subject: Re: java.io.Serializable - trivial program segfaults
The example works with GCJ 3.4.3.
gcj -v
Reading specs from /usr/local/lib/gcc/powerpc-apple-darwin7.6.0/3.4.3/specs
Reading specs from
/usr/local/lib/gcc/powerpc-apple-darwin7.6.0/3.4.3/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../gcc-3.4.3/configure --program-suffix=3.4.3
--enable-languages=c,c++,objc,java,f77
Thread model: posix
gcc version 3.4.3
Bojan