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: RHIDE error: 'Permission denied (EACCES)' Date: 28 Dec 2001 13:30:43 -0800 Organization: http://groups.google.com/ Lines: 12 Message-ID: NNTP-Posting-Host: 128.119.71.138 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1009575044 25451 127.0.0.1 (28 Dec 2001 21:30:44 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 28 Dec 2001 21:30:44 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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! PS. for those who'd need it, here is the source list: #include int main() { puts("Hello world\n"); exit(0); }