X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Mon, 20 Sep 1999 10:50:46 +0300 (WET) From: Andris Pavenis To: Eduardo M Kalinowski cc: djgpp AT delorie DOT com Subject: Re: C++ Exception Support In-Reply-To: <7s0j62$b11$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 18 Sep 1999, Eduardo M Kalinowski wrote: > > > I was trying to run a C++ program compiled that uses exceptions, but > instead of catching the exceptions, the program receives an ABORT signal > and crashes. I'm using version 2.95 of the C++ compiler. The FAQ says > that exceptions are supported after 2.8.0, so I guess that should work. > I've tried compiling with the -fexceptions command line options, but > that didn't help anything. Any suggestions? > Try looking at 1) related sections in FAQ 2) my notes about DJGPP port of gcc-2.95.1 at http://www.lanet.lv/~pavenis/djgpp/gcc/gcc-2.95.1.html (it's about gcc-2.95.1 but most is generally true also for 2.95) Andris