> It looks like exception handling is disabled by default, and we don't use it > in our code... ? Well, then I recommend compiling with -fno-exceptions. Exception handling *is* activated by default. Regards, Martin