X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 31 Mar 2002 08:16:51 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: deckerben cc: djgpp AT delorie DOT com Subject: Re: Too many open files (EMFILE) In-Reply-To: <3ca60fec$0$12312$9b622d9e@news.freenet.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sat, 30 Mar 2002, deckerben wrote: > d:/user/djgpp/bin/ld.exe: cannot open print-rtl.o: Too many open files > (EMFILE) > > Now, I did a little reading on this and it is a UNIX error message saying > that the environment doesn't have any more space for files. > I am running DJGPP in a cmd.exe shell. Should I run MAKE in a command.com > shell instead? Should I set my FILES= higher in Config.sys? Should I set > NOFILES in the config.site? I have tried both without success (FILES=75; > NOFILES=75). Or is there something else I still need to do? > > Is there a FAQ or reference about this? At last, the correct question ;-) Please see section 9.7 of the DJGPP FAQ list for information about this. I hope it is still valid for W2K.