From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: "Kenneth H. Cox" Cc: gcc-help@gcc.gnu.org Subject: Re: problems building 2.95.2 on sparc-sun-solaris2.5.1 Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <1812.945809048@upchuck> References: X-SW-Source: 1999-12n/msg00293.html Message-ID: <19991231222400.x5tFWi1lgoOiSRVygVOuFbtJYXGOv6fJg0xEo3BWfsU@z> In message < Pine.GSO.4.20.9912211509280.16675-100000@cherry.senteinc.com >you write: > Hello, > > 'make bootstrap' fails for me with a "redefinition of struct exception" > error. I don't know how to workaround this, as the header in question is > a system header which is conflicting with a GCC header. Any help would be > much appreciated! Sounds like fixincludes did not run since it should have created a private version of math.h which avoids this problem. jeff