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 target/17508] Bootstrap fails to find system headers: sys/m_types.h, sys/limits.h


------- Additional Comments From skunk at iskunk dot org  2004-09-15 20:04 -------
I don't see how this is a bug specific to my system.

/usr/include/sys/types.h pulls in <sys/m_types.h>, and /usr/include/sys/stdio.h
pulls in <sys/limits.h>. Normally, these would present no issue, but the xgcc
command line is overriding the default behavior of looking in /usr/include as a
last resort, yes? GCC's bootstrap process is basically denying itself access to
those two header files necessary for the build.

-- 


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


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