This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/36541] Make failed with error about system headers
- From: "andry at inbox dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2008 01:26:03 -0000
- Subject: [Bug bootstrap/36541] Make failed with error about system headers
- References: <bug-36541-15391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from andry at inbox dot ru 2008-06-16 01:26 -------
I think i know why it complain about "/mingw/include" error, it is because what
path doesn't exist in true. To fix problem you should mount path "/mingw" to
main Mingw directory manually before any building. Go to "/etc/fstub" and write
to it this string: "<PathToMingw> /mingw", that's all.
--
andry at inbox dot ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36541