------- Comment #5 from mtodorov at alu dot hr  2006-03-16 13:35 -------

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13982

Reply via email to