Date: Sat, 10 May 2003 20:28:09 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <5567-Sat10May2003202809+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Nick Austin on Sat, 10 May 2003 11:57:41 +0100) Subject: Re: Too many open file References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Nick Austin > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 10 May 2003 11:57:41 +0100 > > >Configuration: Too many open files (EMFILE). > > It would be nice to see the source code that emitted this error > message since, AFAIK, this does not come from any of the programs > or libraries installed by DJGPP. The part after the colon does come from the DJGPP library (the `strerror' function or `perror' that calls it). I assume that the "Configuration" part is produced by the OP's application. I do agree that a short program that demonstrates the problem would be nice.