From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11449 invoked by alias); 16 Mar 2006 14:12:56 -0000 Received: (qmail 11433 invoked by alias); 16 Mar 2006 14:12:53 -0000 Date: Thu, 16 Mar 2006 14:12:00 -0000 Message-ID: <20060316141253.11432.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/26711] Compilation breaks in gcc/genattrtab.c on Mac OS X 10.2.8 on G4 with odcctools In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mtodorov at alu dot hr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-03/txt/msg01694.txt.bz2 List-Id: ------- Comment #3 from mtodorov at alu dot hr 2006-03-16 14:12 ------- Subject: Re: Compilation breaks in gcc/genattrtab.c on Mac OS X 10.2.8 on G4 with odcctools Changing /gcc/auto-host.h #define HAVE_SYS_RESOURCE_H 1 makes build pass this point where it failed. This was set to #undef despite having the include in /usr/incude/sys/resource.h I guess configure script has not found it. I odn't have the knowledge of fixing the configure script, so it is a bootstrap bug after all. /* Define to 1 if you have the header file. */ #ifndef USED_FOR_TARGET #define HAVE_SYS_RESOURCE_H 1 #endif The fact that it is created in bootstrap prevents me from chaning it in the beginning, so I have to wait till bootstrap fails miserably and then wix auto-host.h In case there is a problem with time for fixing this configure script, perhaps I can manage, but it will take me some time since I am not expert like you guys. Regards, Mirsad On Thu, 16 Mar 2006, pinskia at gcc dot gnu dot org wrote: > > > ------- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-16 13:24 ------- > > > *** This bug has been marked as a duplicate of 13982 *** > > > -- > > pinskia at gcc dot gnu dot org changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Severity|major |normal > Status|UNCONFIRMED |RESOLVED > Resolution| |DUPLICATE > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26711 > > ------- You are receiving this mail because: ------- > You are on the CC list for the bug, or are watching someone who is. > You reported the bug, or are watching the reporter. > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26711