X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: djgpp AT fekete DOT mailshell DOT com (Zoli Fekete) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE error: 'Permission denied (EACCES)' Date: 5 Jan 2002 19:21:03 -0800 Organization: http://groups.google.com/ Lines: 12 Message-ID: References: NNTP-Posting-Host: 128.119.71.138 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1010287264 2240 127.0.0.1 (6 Jan 2002 03:21:04 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 6 Jan 2002 03:21:04 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com OK, since no-one else followed up I'll do it myself: after much searching I found some old comment about an extra space embedded in the TMPDIR environ variable to cause this kind of failure - indeed, my AUTOEXEC.BAT had a trailing blank at the end of the setting line, and removing that made RHIDE work! Alas, I think it'd make much sense to have protection against such havoc caused by trailing whitespace... djgpp AT fekete DOT mailshell DOT com (Zoli Fekete) wrote in message news:... > I have just installed the current DJGPP 2.03, with RHIDE 1.4.9, under > Win-95. My hello.c program produces the above-mentioned error message > in RHIDE, despite being compiled fine from the command prompt with > gcc. Please help!