Mail Archives: djgpp/1997/04/02/16:34:56
Check the FILES= parameter line in your config.sys (or whatever) it is
probably too small. Increase it. DJGPP needs handles for several open
files including your source, object output, intermediate files and temp
files. FILES=20 s/b/enough though I use FILES=50.
Art S. Kagel, kagel AT ts1 DOT bloomberg DOT com
On Wed, 2 Apr 1997, TETTB wrote:
> I get an error when I'm trying to link c++ programs. The error tells
> me that I have too many files open in the system. I have about 5000
[SNIP]
- Raw text -