Mail Archives: djgpp/1998/06/09/09:36:58
From: luke AT jet DOT msk DOT su (Oleg Yu. Polyanski)
Subject: Re: exceptions and templates ???
Date sent: 09 Jun 1998 11:34:14 +0400
Organization: Jet Infosystems
To: djgpp AT delorie DOT com
> >>>>> "Dominique" == Dominique Louis writes:
>
> Dominique> Hi all, just wondering if anyone knows how to setup DJGPP
> Dominique> correctly so that exceptions work correctly when using
> Dominique> templates. Every time the program reaches "throw" the
> Dominique> program ends abruptly and I get a message on my screen that
> Dominique> says "Abort!", which seems to defeat the purpose of having
> Dominique> exceptions in the first place.
>
> it seems you use the old g++. i recommend you to upgrade the
> compiler at least to 2.8.0 version.
>
Correction:
You need port of gcc-2.8.1 to get exceptions working without
specifying --fsljl-exceptions in gcc command line
- Raw text -