X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.236.120.232 with SMTP id p68mr9138889yhh.43.1374245708947; Fri, 19 Jul 2013 07:55:08 -0700 (PDT) X-Received: by 10.49.58.242 with SMTP id u18mr714779qeq.23.1374245708895; Fri, 19 Jul 2013 07:55:08 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 19 Jul 2013 07:55:08 -0700 (PDT) In-Reply-To: <83y592zzjv.fsf@gnu.org> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.24.106.115; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.24.106.115 References: <87bo61sadv DOT fsf AT uwakimon DOT sk DOT tsukuba DOT ac DOT jp> <33cb891e-c2bc-4298-aef8-f327936e3862 AT googlegroups DOT com> <83ppuh11tt DOT fsf AT gnu DOT org> <2c8397ef-4399-4e53-b0be-a29887ec8254 AT googlegroups DOT com> <83y592zzjv DOT fsf AT gnu DOT org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: strange problem with compiling ffmpeg 2.0 - libavcodec.a was not created From: RayeR Injection-Date: Fri, 19 Jul 2013 14:55:08 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2049 Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r6JFF2t8024166 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 OK, thanks for explanation, so V=1 is specific only for makefiles from autotools - that is usual for such big projects. BTW I have seen one project consisting of 1 .c file few tens kB but with all that configure crap it was about 2MB togethet, lol... We say taking a cannon to shot down a sparrow :) But I wonder why still getting error -1 on make clean when the longest line for rm is 28kB and nothing elese than rm is called. I increased buffer to 56kB but didn't help. Is there some other limitation that specifies how many kB of transfer buffer can be used for command line for calling other programs?