This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ultrix problems
- To: Aaron Jackson <jackson at negril dot msrce dot howard dot edu>
- Subject: Re: Ultrix problems
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 31 Oct 1997 11:26:40 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <9710311751.AA12521@negril.msrce.howard.edu>you write:
> I've only tried a couple of snapshots, but egcs no longer builds on my
> Ultrix machine. The last time I tried a build, it died before the first
> stage was completed. This time, the build died during the second stage.
> The errors are similar to the last time I tried (se below). I was told it
> was probably due to the dwarf exceptions. Is there a way to turn them off
> so I can get a complete build?
-fsjlj-exceptions
Or arrange for DWARF2_UNWIND_INFO and DWARF2_DEBUGGING_INFO to both
be undefined might do the trick.
jeff