From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@lucon.org (H.J. Lu) To: chip@pobox.com Cc: egcs@cygnus.com Subject: Re: 970929: MY patch list Date: Fri, 10 Oct 1997 15:09:00 -0000 Message-id: References: <199710090316.XAA07747@cyprus.atlantic.net> X-SW-Source: 1997-10/msg00424.html > > 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.