From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: (EACCES) problem Date: Mon, 18 Aug 2003 19:18:52 +1000 Organization: HOME Message-ID: References: <20030818005732 DOT 07966 DOT 00000558 AT mb-m06 DOT aol DOT com> X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 32 NNTP-Posting-Date: 18 Aug 2003 17:18:53 WST NNTP-Posting-Host: 202.154.115.197 X-Trace: 1061198333 news.swiftel.com.au 13252 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >Hi, below is an error message Im getting when >I try to step through my program. > >compiling: archie.c >No errors >Creating: aout.exe >Permission denied (EACCES) >No errors > >Im running windows ME, using Rhide 1.49 > >Any help much appreciated Please download the Rhide 1.5.0 from www.delorie.com . Check the following:- 1) see where you are creating the exe to make sure the drive is valid 2) Check that you have not run out of space on the drive 3) Check to see that you have enough space on the drive where you installed DJGPP. Rhide uses the tmp djgpp subdirectory, unless you haev modified djgpp.env file I would assume that you may have run out of space somewhere or do not have permission for writing to the djgpp tmp directory. Another suggestion is to create another project in another direcrory for a hello world program. If this failes then you may have a corrupted installation. Andrew