This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure problem w/ HAVE_SYS_RESOURCE_H not being defined for ix86 linux


On Sep  5, 2001, Bill Priest <bpriest@comspacecorp.com> wrote:

> 		Building stock gcc 3.0 and 3.0.1 for linux-2.4.9 w/ ac7 patch 
> configure fails to define HAVE_SYS_RESOURCE_H which causes build failures.  

This is the result of an incompatibility between glibc and kernel
headers.  RLIM_INFINITY shouldn't be defined in both kernel and glibc
headers.  One of them should go.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]