This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 970929: MY patch list
- To: chip at pobox dot com
- Subject: Re: 970929: MY patch list
- From: hjl at lucon dot org (H.J. Lu)
- Date: Fri, 10 Oct 1997 13:51:10 -0700 (PDT)
- Cc: egcs at cygnus dot com
>
> According to H.J. Lu:
> > I always compile glibc with -fno-exceptions and install egcs in
> > /usr. They may make a difference.
>
> I don't know how my glibc is built, unfortunately, it's the debian
> package.
Please check with debian to see which compiler was used to compile
glibc. If egcs or gcc snapshot was used, -fno-exceptions should
be used. Otherwise, it is looking for trouble since EH is very
buggy. I always use -fno-exceptions to compile glibc.
H.J.