Mail Archives: djgpp/1998/03/15/09:31:27
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 <NOSPAMsl AT psycode DOT com> 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
- Raw text -