From: Newsgroups: comp.os.msdos.djgpp Subject: Re: Exceptions, DJGPP, GCC, PGCC, EGCS Date: 15 Mar 1998 13:59:49 GMT Organization: Triode Internet Lines: 23 Message-ID: <6egmsl$ad6$4@hyperion.triode.net.au> References: NNTP-Posting-Host: xenon.triode.net.au Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk As I discovered earlier: -fno-exceptions -fexceptions controls whether exception tables are written into object code. I can NOT get them to work on DJGPP though. They work fine on both my native linux compiler and my cross compiler that links with the djgpp libraries to produce DOS executables. Maybe these options are locked at their default values with the DJGPP port. Switching to 2.8.0 might help because the default value is to switch exceptions on. In comp.os.msdos.djgpp Gili wrote: > Hello, > Is the reasons exceptions are not caught in either GCC, PGCC, and/or > EGCS because of DJGPP itself?! If so, when is this going to be fixed? > It is a MAJOR set back, especially for me. I have to complete an > astronomy program by the end of this month and I simply cannot do it > without exception handling. > Gili