This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Wrestling with exceptions on win32 gcj 4.1


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: Mon, 06 Feb 2006 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]