This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ/minGW produced executables and linux/wine
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Ranjit Mathew <rmathew at hotmail dot com>, java at gcc dot gnu dot org
- Date: 04 Mar 2003 13:31:50 -0700
- Subject: Re: GCJ/minGW produced executables and linux/wine
- References: <Pine.LNX.4.44.0303041338360.23663-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm at one-point dot com> writes:
Jeff> void
Jeff> _Jv_ThreadInterrupt (_Jv_Thread_t *data)
Jeff> {
Jeff> MessageBox(NULL, "Unimplemented", "win32-threads.cc:_Jv_ThreadInterrupt", MB_O // FIXME:
Jeff> }
Jeff> which also causes my testsuite to hang waiting for mouse clicks :-(
This is pretty bogus. I'd much prefer an exception. Ranjit...?
Tom