C++ exception problems in mingw cross compiler
Dave Korn
dave.korn@artimi.com
Tue Sep 19 11:45:00 GMT 2006
On 19 September 2006 12:17, Toralf Lund wrote:
>
> Unfortunately, I don't quite get a working setup with this, as the SJLJ
> exception code isn't correctly built. The problem appears to be that
> certain routines are compiled only if "__USING_SJLJ_EXCEPTIONS__" is
> set, which it isn't. And I can't figure out how it's supposed to get
> defined. "configure" does not define this macro - only (optionally)
> "CONFIG_SJLJ_EXCEPTIONS". (*Sigh*. Is it really necessary to make the
> build setup so complex?)
>
> Help?
It should get defined if you used "--enable-sjlj-exceptions" on your
configure commandline IIUIC.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list