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 c/15772] "Permission denied" compiling glibc 2.3.3 on reiser4: EACCES fatal to #include


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


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