This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15772] "Permission denied" compiling glibc 2.3.3 on reiser4: EACCES fatal to #include
- From: "ed at catmur dot co dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2004 12:18:23 -0000
- Subject: [Bug c/15772] "Permission denied" compiling glibc 2.3.3 on reiser4: EACCES fatal to #include
- References: <20040602102803.15772.ed@catmur.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ed at catmur dot co dot uk 2004-06-02 12:18 -------
Interesting, but... no, this isn't a duplicate.
The error on mingw32 is caused by attempting to open a directory as a file.
The error on reiser4 is caused by attempting to open a file as a directory (as a
component in the path to an include file).
The patch on bug 11242 will not fix the reiser4 bug as stat() fails in the
reiser4 scenario.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15772