Subject: Re: losing linux machine.
To: Todd Vierling <tv@wasabisystems.com>
From: Oleg Polyanski <Oleg.Polianski@clear.co.nz>
List: netbsd-users
Date: 11/21/2001 17:50:05
Todd Vierling <tv@wasabisystems.com> writes:
> : Before you start using C++ compiler that is shipped with 1.4.x series,
> : you have not forget that
> :
> : 1) exception handling does not work out of the box, you must specify
> : the compiler option `-fsjlj-exceptions' when compiling your code with
> : exceptions. You may put this option into `specs' file which is part of
> : g++ infrastructure.
>
> Huh?
>
> Exceptions worked fine for me in 1.4.x with i386 (to which the original
Yes, they do work fine, but ....
> author referred). a.out machines such as this use sjlj exceptions by
> default.
.... no, they don't. Tested and proved.
Take care,
O