This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Building GCC 3.3 / MingW
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: <gnustuff at thisiscool dot com>
- Cc: "GCJ" <java at gcc dot gnu dot org>
- Date: Wed, 12 Feb 2003 13:48:14 +0530
- Subject: Re: Building GCC 3.3 / MingW
- References: <43KVMLJGPMYUTQZYFA92Y3YYS4YUT.3e49fb7f@p733>
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
> I made some progress and now I'm going to bed. This is what I've run
> into so far:
>
> - gcc/libstdc++-v3/config/cpu/generic/atomicity.h doesn't account
> for the lack of __GTHREAD_MUTEX_INIT. I mimicked
gcc/gcc/unwind-dw2-fde.c
> to fix this.
See this message for the fix:
http://gcc.gnu.org/ml/libstdc++/2002-12/msg00232.html
> - building libstdc++-v3/testsuite fails because it can't find a cross g++
> For now, I just put a dummy no-op Makefile here because I don't know
> what I'm doing.
You must first build the cross-compiler (needed only once) before
you use it to build the crossed-native compiler.
> Can you recount what these couple of JNI patches are? If not I'll dig
myself.
> The main reason I'm doing this is for SWT support, so I need JNI.
See:
http://gcc.gnu.org/ml/java-patches/2003-q1/msg00356.html
http://gcc.gnu.org/ml/java-patches/2002-q4/msg00390.html
http://gcc.gnu.org/ml/java-patches/2002-q4/msg00406.html
The other JNI patches have already (thankfully) made it to CVS.
Hope this helps.
Ranjit.