X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.54.73 with SMTP id p9mr24581023qag.1.1374282458118; Fri, 19 Jul 2013 18:07:38 -0700 (PDT) X-Received: by 10.49.94.174 with SMTP id dd14mr810881qeb.14.1374282458105; Fri, 19 Jul 2013 18:07:38 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 19 Jul 2013 18:07:38 -0700 (PDT) In-Reply-To: <83bo5yz3m2.fsf@gnu.org> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 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> <83k3kmza5e DOT fsf AT gnu DOT org> <6493347f-6fc3-4436-b850-249afe2d727c AT googlegroups DOT com> <83bo5yz3m2 DOT fsf AT gnu DOT org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1fcbf653-e298-4c75-bcd8-6bfef1dd6358@googlegroups.com> Subject: Re: strange problem with compiling ffmpeg 2.0 - libavcodec.a was not created From: rugxulo AT gmail DOT com Injection-Date: Sat, 20 Jul 2013 01:07:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2443 Lines: 28 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 Hi, On Friday, July 19, 2013 3:39:17 PM UTC-5, Eli Zaretskii wrote: > > Date: Fri, 19 Jul 2013 13:02:05 -0700 (PDT) > > From: RayeR > > > > > Show us the full command line, and maybe someone will have a clue. > > > > Here's it: > > http://rayer.g6.cz/1tmp/clean.txt > > First, you should redirect stderr as well: > make clean V=1 >clean.txt 2>&1 > > Next, aren't those "rm -f" lines with no file names that cause the > problem? If so, then it's a DJGPP-only problem, probably because our ports of CoreUtils (FileUtils) is too old. I've read various *nix people say that "rm -f" is a common idiom that is politely ignored. I think some big GNU project (Automake?) is explicitly depending on that, and it will probably be in POSIX soon, if not already. Here, read for yourself: http://git.savannah.gnu.org/cgit/automake.git/tree/PLANS/ rm-f-without-args.txt