This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Do both cygwin and mingw use sjlj exceptions?
- From: "Andrea 'fwyzard' Bocci" <fwyzard at inwind dot it>
- To: LLeweLLyn Reese <llewelly at lifesupport dot shutdown dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 19 Dec 2002 17:51:33 +0100
- Subject: Re: Do both cygwin and mingw use sjlj exceptions?
- References: <F90sJ3Ih7jtrSByh1330000024b@hotmail.com>
At 06.29 17/12/2002 -0800, LLeweLLyn Reese wrote:
Do both cygwin and mingw use sjlj exceptions?
This came up on comp.lang.c++.moderated I haven't cygwin or mingw
(just freebsd atm) so I can't check.
Not sure.
The latest cygwin gcc says
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.2/specs
Configured with: /netrel/src/gcc-3.2-3/configure
--enable-languages=c,c++,f77,java --enable-libgcj --enable-threads=posix
--with-system-zlib --enable-nls --without-included-gettext
--enable-interpreter --disable-sjlj-exceptions
--disable-version-specific-runtime-libs --enable-shared
--build=i686-pc-linux --host=i686-pc-cygwin --target=i686-pc-cygwin
--enable-haifa --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc
--libdir=/usr/lib --includedir=/nonexistent/include --libexecdir=/usr/sbin
Thread model: posix
gcc version 3.2 20020927 (prerelease)
Note the "--disable-sjlj-exceptions".
I don't know what it ACTUALLY means, though :-)
fwyzard