Wrestling with exceptions on win32 gcj 4.1
dpr
dpr@lirosta.lt
Tue Feb 7 10:29:00 GMT 2006
i think --enable-sjlj-exceptions is the default on win32 because:
1) it doesn't help adding it to configure, result is the same
2) the assembly of _Unwind_GetIP matches the code from unwind-sjlj.c, and
not from unwind-dw2.c
so i still have the same problem.
any hints?
thanks.
-- dpr
----- Original Message -----
From: Adam Megacz <megacz at cs dot berkeley dot edu>
To: java at gcc dot gnu dot org
Date: 2006年2月06日 12:09:37 -0800
Subject: Re: Wrestling with exceptions on win32 gcj 4.1
> I've been a bit out of the loop, but I believe you need
> --enable-sjlj-exceptions on Win32... unless somebody added DWARF2
> unwind support on that platform in the last year.
More information about the Java
mailing list