This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Building GCC 3.3 / MingW: The Saga Continues
- From: Mohan Embar <gnustuff at thisiscool dot com>
- To: java at gcc dot gnu dot org
- Date: Thu, 13 Feb 2003 13:55:57 -0600
- Subject: Re: Building GCC 3.3 / MingW: The Saga Continues
- Reply-to: gnustuff at thisiscool dot com
Thanks for all the tips and thread references, Tom and Frank.
This would have taken me days to unearth, if I succeeded at all.
I know for a fact that GCJ 3.2 on Win32 does JNI because I have
successfully built and run SWT applications with it. The issue
probably has to do with the fact that the cross compiler I'm
using doesn't support this, as per the thread Frank sent me.
When Ranjit initially offered me guidance in this endeavor:
http://gcc.gnu.org/ml/java/2003-02/msg00106.html
he mentioned this configury patch:
http://gcc.gnu.org/ml/java-patches/2003-q1/msg00126.html
which after a brief, I'm-new-to-all-of-this, investigation
doesn't seem to have been incorporated. What's more, it
looks like configure.in (and maybe Makefile.am, can't
remember offhand) has (have) evolved since this patch
was submitted. However, I wasn't clear from examining
Ranjit's patch if this would solve the problem.
I'll keep on digging....
-- Mohan