X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.no; s=s1024; t=1388097418; bh=cf0cMqdmuxSFBUBlemfQszvrR7hkVbKnN0HxCbZd+FE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=UXPSg9rqs6AYkfALQkFqu81lD0Fatawcdb+EaHdtPl+KnqVANRfJrGasx8Q5lCpWkDx3BIL/M2HYsOd7bew8U87l1p7yeTCH7dHc5aZJVLJyhcjHtWq+BxfBAmhwqpeQ/S2qSeDmM3NY/RcPJpSu14613hja/w10B+oDm++HPIQ= X-Yahoo-Newman-Id: 5851 DOT 14214 DOT bm AT smtp105 DOT mail DOT ir2 DOT yahoo DOT com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: qDsoY_kVM1kpskorLMo4mc3QJ9M5mOEgmOz4_.d4gZQ8tpN vgxIu345nnaNd_lK7Mcw_2GGVum3mduFsrEqu920VsLoBpFqyQIww1ZjIrmI F209FAnIE3V6iqW0GhWdylRfPCWUhIALyn5o0d4KDuoAINzi8AFF1tsndd3K UNHDBivYMZWxZIUkIsUExvsEojnhxhlft6YKfY0HjKKWCociSaOvHPmOV7VL u91nb9AGdiZ2E3Ofa.Zg3lhWUeFixWYuU6h9I4yYsFktWx5PZNZ3gtJ7JiIM acfisz9phG.ZiZH8mWy4r1gwRtp40i2tgbdIs_lkeWKWY3GyNyWHj6exl0NA ZkvnAivit9EfSh9gjdtljcblFD8HqiDdmN9sLeQniN.T2xMSgOHNVZm9U.VY GZaAAXSmYt4em5HPKi.KkY.tMmzdEQ23QvBwiSvaJb7Q8PBueAq701Nt9Gr0 ZKGzoZo_evKuZiI.joue.k5oiimGsqX36VhkDnJ.aom4H5b4RdoRVW5JT4IG LybGE0fO_cPNykWc- X-Yahoo-SMTP: 8zhYLGyswBB3AGU8c4pvFIFOfA-- X-Rocket-Received: from SNURRE (gvanem AT 108 DOT 171 DOT 112 DOT 147 with plain [63.250.193.228]) by smtp105.mail.ir2.yahoo.com with SMTP; 26 Dec 2013 22:36:57 +0000 UTC Message-ID: <8E878A70F6BE4A809C4650F42EA072D2@dev.null> From: "Gisle Vanem" To: "djgpp" Subject: Too many open files Date: Thu, 26 Dec 2013 23:36:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Reply-To: djgpp AT delorie DOT com With the recent update of bintils 2.24, the ar program (dated Dec 9 2013) is misbehaving. Comparing to what always has worked fine. In adding 137 .o-files, it now stops at: e:\djgpp\bin/ar.exe: creating ../lib/libwatt.a e:\djgpp\bin/ar.exe: djgpp/getnet.o: Too many open files (EMFILE) The command is as it has always been (in Watt-32): ar rs ../lib/libwatt.a djgpp/file1.o djgpp/file2.o .. Incidently I have "files = 30" in my %windir\system32\config.nt under Win-XP and the djgpp/getnet.o is the 22n'd file 'ar' is trying to add to the ../lib/libwatt.a. Do I need to use a response-file now? How do I fix this? Juan, anyone? --gv