[Bug target/17508] Bootstrap fails to find system headers: sys/m_types.h, sys/limits.h

skunk at iskunk dot org gcc-bugzilla@gcc.gnu.org
Wed Sep 15 20:04:00 GMT 2004


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



More information about the Gcc-bugs mailing list