This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/17508] Bootstrap fails to find system headers: sys/m_types.h, sys/limits.h
- From: "skunk at iskunk dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2004 20:04:10 -0000
- Subject: [Bug target/17508] Bootstrap fails to find system headers: sys/m_types.h, sys/limits.h
- References: <20040915192709.17508.skunk@iskunk.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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