This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ
- To: "Vivin Suresh Paliath" <computer_maniac at hotmail dot com>
- Subject: Re: GCJ
- From: Tom Tromey <tromey at redhat dot com>
- Date: 31 Mar 2001 12:07:31 -0700
- Cc: <java at gcc dot gnu dot org>
- References: <OE43ch9wPiyAphwFutJ00004820@hotmail.com>
- Reply-To: tromey at redhat dot com
>>>>> "Vivin" == Vivin Suresh Paliath <computer_maniac@hotmail.com> writes:
Vivin> How can I build the libgcj that comes with gcc-2.95.3 under
Vivin> Cygwin? I'm told that it is not possible to currently build it
Vivin> because you can't build libffi. Is it possible to edit the
Vivin> configure.in file so that it _tries_ to build libgcj anyway? By
Vivin> editing noconfigdirs?
It is possible, sure. But why do you want to do this? The Windows
code isn't really actively maintained.
Vivin> I was also told that I could use some sort of reverse patch on
Vivin> GCC3.0 or GCC3.1 to try to build libgcj.
Maybe, but that is likely to be hard. You might get farther by trying
to get the gcc 3.0 snapshot and see how far it gets. However, even
that won't fully work on Windows. It might get further into the build
process.
Tom
- References:
- GCJ
- From: Vivin Suresh Paliath