This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bad news re: mingw exceptions
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 27 Feb 2002 22:57:54 -0500 (EST)
- Subject: Re: bad news re: mingw exceptions
On 27 Feb 2002, Adam Megacz wrote:
> Ugh, this is really bad; C++ exceptions work, Java exceptions don't
These aren't really c++ exceptions in your example. Because you're
compiling CNI, g++ is impersonating Java exceptions.
> This stuff worked in the 12-Dec tree; has anything changed in
> exception handling since then? I tried this same program in my old
> 12-Dec tree and it works.
You are linking both with -mthreads, right? So _CRT_MT is non-zero?
Jeff