[Bug bootstrap/13982] Bootstrap of gcc-3.4-20040128 on Darwin6.8/Mac OS X 10.2.8 failed
mtodorov at alu dot hr
gcc-bugzilla@gcc.gnu.org
Thu Mar 16 13:35:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list