Date: Fri, 09 Feb 2001 09:29:23 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sgomez AT lsi DOT uned DOT es Message-Id: <9003-Fri09Feb2001092922+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3A82C285.7FCBC0BA@lsi.uned.es> (sgomez@lsi.uned.es) Subject: Re: Error: ld: cannot open output file hola.exe: Permission denied References: <3A82C285 DOT 7FCBC0BA AT lsi DOT uned DOT es> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: sgomez AT lsi DOT uned DOT es > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 08 Feb 2001 17:00:05 +0100 > > I am using the RHIDE in win 98 > I am tryinng to rebuild a project after reediting the c source file. > The error mesage is > > Error: ld: cannot open output file hola.exe: Permission denied Is it possible that the same program is still being run in the same (or in another) session of RHIDE on the same machine? Windows will not let an open file to be overwritten, and running a program inside RHIDE opens the program's executable file (to read symbols and other debug information). You need to quit the program before you can rebuild it.