Date: Sun, 14 Sep 1997 10:37:33 -0700 (PDT) Message-Id: <199709141737.KAA09962@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: cellis AT voyageur DOT ca, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Allegro or Rhide keeps being weird Precedence: bulk At 04:45 9/8/1997 -0500, J.E. wrote: >For some reason, when I try to compile and run (ctrl + F9) a program >which uses the Allegro library, Rhide compiles, links, and runs the >program without errors, but then says: > >"The error was: Permission denied (EACCESS)" > >Then, the executable which was produced doesn't run. But, there's a >file with the same name as the source and a .000 extension which will >run fine if it's renamed to an .exe. What's going on? Is Rhide >forgetting to close a file, or is it a bug in Allegro? Thanks in >advance for your time and help:-) You said it compiles, links and runs without errors, but later said it doesn't run. Which do you mean? It's suspected this is caused by stubify, the last phase of compilation. It seems stubify can't rename its temporary file and complains. The exe that would normally be replaced, is it read-only or something? Can you reproduce the problem by compiling from the command line? Nate Eldredge eldredge AT ap DOT net