Do both cygwin and mingw use sjlj exceptions?

Andrea 'fwyzard' Bocci fwyzard@inwind.it
Thu Dec 19 09:37:00 GMT 2002


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 




More information about the Gcc-help mailing list