X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.37.3 with SMTP id v3mr11928645qad.2.1374100276303; Wed, 17 Jul 2013 15:31:16 -0700 (PDT) X-Received: by 10.49.58.242 with SMTP id u18mr436129qeq.23.1374100276238; Wed, 17 Jul 2013 15:31:16 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Wed, 17 Jul 2013 15:31:16 -0700 (PDT) In-Reply-To: <83ppuh11tt.fsf@gnu.org> 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4c889912-3e72-4732-8b3a-6a0092275cda@googlegroups.com> Subject: Re: strange problem with compiling ffmpeg 2.0 - libavcodec.a was not created From: RayeR Injection-Date: Wed, 17 Jul 2013 22:31:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1631 Lines: 9 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 > Try > make V=1 There's nothing unusual touch .version rm -f libavcodec/libavcodec.a ar rc libavcodec/libavcodec.a libavcodec/012v.o libavcodec/4xm.o ... except the last line is 14379 chars long, maybe it's excessive for stupid MS cmd.exe. But even if I run djgpp bash and then make it fails too. How to overcome this problem?