This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Release stuff
- From: andreas tobler <toa at pop dot agri dot ch>
- To: Tom Tromey <tromey at redhat dot com>, GCC-Java <java at gcc dot gnu dot org>
- Date: Tue, 12 Mar 2002 19:46:43 +0100
- Subject: Re: Release stuff
- References: <87elip63m3.fsf@creche.redhat.com>
Hi Tom,
>5898 build failure in libgcj due to a internal error
> Recent build regression
The above one is from me, I mailed you and Mark that we can close this
one since it was a stack size problem on darwin. Increasing the stack in
tcsh solves the problem.
So, one less.
>Here are the platforms I think we currently support.
>If you think there is a missing platform that either worked in the
>last release or that has been added since then, tell me.
Well, we're on the way to support darwin (ppc) as well. At least I could
build (on UFS) and run it before Jan's big patch series. Even with
interpreter.
This is the configuration I use:
Configured with: ../gcc/configure --prefix=/Volumes/reserved1/gcctmp1 --
enable-languages=c,c++,java --enable-libgcj --enable-sjlj-exceptions --
disable-threads --disable-java-gc --disable-shared
Thread model: single
gcc version 3.2 20020309 (experimental)
We definitely need some more work here.
Regards,
Andreas
P.S this was possible on 3.1 as well, but there I'm not sure if the
libffi update from DJE and me got in.