This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Minor update on gctest struggles
- From: Ranjit Mathew <rmathew at hotmail dot com>
- To: java at gcc dot gnu dot org
- Date: Sun, 09 Mar 2003 07:39:45 +0530
- Subject: Re: Minor update on gctest struggles
- References: <OE70Irmz1JWuBBnCtdy00025c1d@hotmail.com>
Ranjit Mathew wrote:
> I added "-mthreads" to the GC makefile build options, reset NTEST
> to 2, rebuilt the whole thing and it fails again. :-(
>
> So I must now somehow figure out these failures...
BTW, the good news is that gctest now works for MinGW even for
multi-threaded tests - I had not noticed that the test program
redefined GC_CreateThread( ) to _beginthreadex( ) instead of
the "normal" GC_CreateThread( ) and this would work only if
the GC was built as a DLL - I was building it as a static
library.
I still haven't put in the SEH stuff, but it's a great relief
to know that things aren't (otherwise) fundamentally broken
just because I'm using MinGW instead of VC or BCC. :-)
Ranjit.
--
Ranjit Mathew Email: rmathew AT hotmail DOT com
Bangalore,
INDIA. Web: http://ranjitmathew.tripod.com/