X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.50.66 with SMTP id y2mr12513382qaf.7.1374109135879; Wed, 17 Jul 2013 17:58:55 -0700 (PDT) X-Received: by 10.49.94.174 with SMTP id dd14mr446614qeb.14.1374109135800; Wed, 17 Jul 2013 17:58:55 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Wed, 17 Jul 2013 17:58:55 -0700 (PDT) In-Reply-To: <4c889912-3e72-4732-8b3a-6a0092275cda@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.45.215.137; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 78.45.215.137 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> <4c889912-3e72-4732-8b3a-6a0092275cda AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2649fa35-f199-40c1-a1d7-9cb3e2a91f89@googlegroups.com> Subject: Re: strange problem with compiling ffmpeg 2.0 - libavcodec.a was not created From: RayeR Injection-Date: Thu, 18 Jul 2013 00:58:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1560 Lines: 1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Yes, I found that cmd.exe is limited to 8191 chars. If I run bash and then manually paste long line with ar command it will pass. But why it doesn't work when I run make under bash?