From: sgomez AT lsi DOT uned DOT es Newsgroups: comp.os.msdos.djgpp Subject: Re: Error: ld: cannot open output file hola.exe: Permission denied Date: Fri, 09 Feb 2001 12:03:28 +0100 Organization: CSI, UNED, Madrid, Spain Lines: 36 Message-ID: <3A83CE7F.5A5F1D83@lsi.uned.es> References: <3A82C285 DOT 7FCBC0BA AT lsi DOT uned DOT es> <9003-Fri09Feb2001092922+0200-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: pcruben.lsi.uned.es Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > 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. 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. Do you know anything about it. Best regards Rubén Gómez