Date: Sun, 31 Oct 1999 09:38:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: N J Chackowsky cc: djgpp AT delorie DOT com Subject: Re: c:/djgpp: Permission denied (EACCESS) In-Reply-To: <3818732B.42684492@arcticmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 28 Oct 1999, N J Chackowsky wrote: > I occasionally get this error message on my classroom computers when I > use a local (hard drive) copy of the djgpp suite. (This never happens > when I run the networked copy). Perhaps your temporary directory is filled up. Add -v to the compilation switches and tell what program invoked by the compiler produced this message. > PS: Thanks for the help on the virus question earlier; I *hope* I've got > my composition settings correct now and this isn't coming out as HTML! It isn't HTML now; thanks. > downloaded it and tried it, and WOW! Not only does it look and feel > *exactly* like DJGPP For DOS, but it loads quicker, compiles faster, and > the executables are WAY smaller. Linux must somehow keep all the > libraries "on tap" or else it links them into the executable on the fly > when you run it (DLL fashion?). Linux uses shared libraries, so the size of the executables doesn't include library functions.