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]
Other format: [Raw text]

[Bug bootstrap/13982] Bootstrap of gcc-3.4-20040128 on Darwin6.8/Mac OS X 10.2.8 failed



------- 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


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