Date: Fri, 09 Feb 2001 15:37:06 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sgomez AT lsi DOT uned DOT es Message-Id: <3405-Fri09Feb2001153705+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: <3A83CE7F.5A5F1D83@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> <9003-Fri09Feb2001092922+0200-eliz AT is DOT elta DOT co DOT il> <3A83CE7F DOT 5A5F1D83 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: Fri, 09 Feb 2001 12:03:28 +0100 > > > > > > 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. > > Thank you very much for your answer. Thats is exactly what I have suposed, > > but there is no configuration item or command for quiting the program. I > mean, You can run the new program from RHIDE but you cant QUIT. I don't use RHIDE, so I don't know teh details. In GDB (whose code RHIDE uses for debugging), typing "quit" at the debugger's prompt closes the executable file. Perhaps something similar works in RHIDE?