Date: Wed, 22 Sep 1999 10:01:32 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Waller, Ronald" cc: "'djgpp AT delorie DOT com'" Subject: Re: NT? In-Reply-To: <5DC46304540DD31181000008C7C567CC21CDC8@dalntexchange01.tx.czn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Sep 1999, Waller, Ronald wrote: > When I try to compile something, (e.g. gcc guess.c) it will come back with > the following errer: > > gcc.exe: installation problem, cannot exec > `c:/djgpp/lib/gcc-lib/djgpp/2.81/cc1.exe': Permission denied (EACCES) What does "ATTRIB" print about cc1.exe and about its parent directory? Did you try to invoke cc1.exe from the command line? If you did, what happens? If you didn't try it, please do. Did you try to replace cc1.exe with the fresh binary from gcc281b.zip? If not, please try.