Date: Thu, 16 Apr 1998 10:11:28 +0300 (IDT) From: Eli Zaretskii To: Phile cc: djgpp AT delorie DOT com Subject: Re: Permission Denied? In-Reply-To: <3535845C.BE26D5AD@geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 16 Apr 1998, Phile wrote: > When I try to compile a simple program with gcc it tells me that my > permission is denied. I know that this is because of the file that is > included when I use the -include statement. It reads > cpp.exe: c:\pfile\djgpp\include: Permission denied (EACCES) Please post the shortest program which triggers this message when compiled. Also, post the command line you use to compile that program. It seems like your command or source are trying to force the preprocessor to open and read c:\pfile\djgpp\include, which is a directory and therefore cannot be read.