This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13982] Bootstrap of gcc-3.4-20040128 on Darwin6.8/Mac OS X 10.2.8 failed
- From: "mtodorov at alu dot hr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2006 13:35:31 -0000
- Subject: [Bug bootstrap/13982] Bootstrap of gcc-3.4-20040128 on Darwin6.8/Mac OS X 10.2.8 failed
- References: <bug-13982-7841@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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