X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "jan lintervo" Newsgroups: comp.os.msdos.djgpp Subject: Permission denied (EACCESS) Date: Wed, 24 Dec 2003 23:41:48 +0200 Organization: Elisa Internet customer Lines: 16 Message-ID: NNTP-Posting-Host: a106t4.elisa.omakaista.fi X-Trace: phys-news1.kolumbus.fi 1072301648 4859 81.197.0.106 (24 Dec 2003 21:34:08 GMT) X-Complaints-To: abuse AT kolumbus DOT fi NNTP-Posting-Date: Wed, 24 Dec 2003 21:34:08 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com i get often this message: The error was: Permission denied (EACCESS) everything seems to be ok, and my executables work, but i still get that error. example program (this gives the error): int main() { int a=100; int b=a; }