From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: oliva@dcc.unicamp.br (Alexandre Oliva), egcs@cygnus.com Subject: Re: egcs and exceptions Date: Sat, 31 Oct 1998 02:52:00 -0000 Message-id: References: X-SW-Source: 1998-10/msg01310.html >>>>> Alexandre Oliva writes: > Maybe you have to build libgcc.a and libstdc++.a with this option > enabled. Yes. If you want to use sjlj, it makes more sense to change the default for exceptions_via_longjmp in except.c and rebuild the compiler, rather than trying to consistently pass the flag. This is true for other ABI flags, as well. > Of course one may argue that libgcc has nothing to do with `the entire > application' It absolutely does. Much of the EH support code is written in C++. Jason