From: "Andrew Getskow" Newsgroups: comp.os.msdos.djgpp Subject: Problem Including file Date: Fri, 24 Jul 1998 17:19:18 -0400 Lines: 12 NNTP-Posting-Host: ddialup63.phnx.uswest.net Message-ID: <35b925e5.0@news2.uswest.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I compiled a C++ program about 30 minutes ago with the file string included. About 15 minutes later, the compiler is complaining Permision Denied. The error line looks like: test.cc:5: string: Permission denied (EACCES) What kind of error is this? The file wasn't changed to read-only or anything like that. In fact, I made no modifications to string. Can anyone help me?