Mail Archives: djgpp/1999/10/31/08:37:02
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.
- Raw text -