X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Permission denied (EACCESS) Date: Thu, 25 Dec 2003 13:48:38 +1100 Organization: HOME Message-ID: References: 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: 20 NNTP-Posting-Host: 202.154.115.197 X-Trace: 1072320303 news.syd.swiftdsl.com.au 29697 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 >> The error was: Permission denied (EACCESS) >> everything seems to be ok, and my executables work, but i still get that >> error. > >Probably it's problem at OS-level, linker complains that he can't write >target .exe / .o / etc file. > >Usualy it happens when Your's program ( test.exe ) terminates abnormaly, >You returned to IDE and trying to recompile it, but compiler/linker can't >write new .exe file since it is still lock by the system due to abnorml >termination. If you are using WIn 2K or XP then grab the 2.04 beta 1 release and try it. Make sure you read the readme files as if you mix 2.03 and 2.04 exe files you may come accross some subtle issues with symbolic link files. Andrew