[Bug bootstrap/26711] Compilation breaks in gcc/genattrtab.c on Mac OS X 10.2.8 on G4 with odcctools

mtodorov at alu dot hr gcc-bugzilla@gcc.gnu.org
Thu Mar 16 14:12:00 GMT 2006



------- 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 <build_dir>/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 <sys/resource.h> 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



More information about the Gcc-bugs mailing list