Date: Thu, 16 Jul 1998 11:39:00 +0200 (WET) From: Andris Pavenis To: Vladimir Ignatov cc: djgpp AT delorie DOT com Subject: Re: C++ exceptions don't work In-Reply-To: <35ad8af6.10301983@news.deol.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 16 Jul 1998, Vladimir Ignatov wrote: > Hello > > Does DJGPP support C++ exceptions? Yes (when correctly installed and you followed instructions in gnu/gcc-2.8.1/readme.djgpp) > In my test program i can't get it > working :( For some strange reason "try-catch" operator don't > catch any exceptions and program go to "Abort.." Compiler is GCC > 2.8.1 > Any idea? > Read file gnu/gcc-2.81/problems.txt from archive gcc281b.zip. It can give hint for this known problem.