This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: cygwin and mingw exception handling model
- To: Tony Kimball <alk at pobox dot com>
- Subject: Re: cygwin and mingw exception handling model
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 5 Jun 2001 22:05:22 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Tue, 5 Jun 2001, Tony Kimball wrote:
> What exception handling model should I use for cygwin and for mingw
> targets?
setjmp/longjmp exceptions are the only possibility. You shouldn't have to
do anything on the trunk, where libgcj will detect the EH model from gcc.
Jeff