X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 19 Jul 2013 23:39:17 +0300 From: Eli Zaretskii Subject: Re: strange problem with compiling ffmpeg 2.0 - libavcodec.a was not created In-reply-to: <6493347f-6fc3-4436-b850-249afe2d727c@googlegroups.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83bo5yz3m2.fsf@gnu.org> 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> 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 > 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?