X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 26 Jan 2005 20:39:27 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c503d6$Blat.v2.4$8283fd60@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.4 CC: juan DOT guerrero AT igd DOT fhg DOT de In-reply-to: <200501260923.37148.pavenis@latnet.lv> (message from Andris Pavenis on Wed, 26 Jan 2005 09:23:37 +0200) Subject: Re: Difficulties compiling gcc-343 on winxp References: <41F68F1D DOT 9050205 AT igd DOT fhg DOT de> <200501260923 DOT 37148 DOT pavenis AT latnet DOT lv> 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: Andris Pavenis > Date: Wed, 26 Jan 2005 09:23:37 +0200 > Cc: djgpp AT delorie DOT com > > > g:/djgpp/bin/ld.exe: min-insn-modes.o: No such file: Too many open files > > (EMFILE) > > collect2: ld returned 1 exit status > > make.exe[2]: *** [genconstants.exe] Error 1 > > make.exe[2]: Leaving directory `g:/_/gnu/build.gcc/gcc' > > make.exe[1]: *** [stage1_build] Error 2 > > make.exe[1]: Leaving directory `g:/_/gnu/build.gcc/gcc' > > make.exe: *** [bootstrap] Error 2 > > > > There is enough free disk space to build the binaries (about 8GB). > > I have set FILES=255 but it has no influence. Where (in what file) did you put FILES=255? Can you write a simple test program that tries to open a file again and again in a loop until it fails, and see how many open operations succeeded before the failure?