X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.66.70 with SMTP id m6mr8768272qai.6.1374056986447; Wed, 17 Jul 2013 03:29:46 -0700 (PDT) X-Received: by 10.49.94.174 with SMTP id dd14mr287515qeb.14.1374056986392; Wed, 17 Jul 2013 03:29:46 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Wed, 17 Jul 2013 03:29:46 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: strange problem with compiling ffmpeg 2.0 - libavcodec.a was not created From: RayeR Injection-Date: Wed, 17 Jul 2013 10:29:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2227 Lines: 21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm trying to compile new ffmpeg 2.0 and have issue with building libavcodec.a There are no errors, only warnings. Here are last lines of make -d, do you see any problem? I use djgpp 2.04 under XP (also tested under w98se). Prerequisite `libavutil/rational.h' is older than target `libavcodec/zmbv enc.o'. Prerequisite `libavcodec/old_codec_ids.h' is older than target `libavcode c/zmbvenc.o'. Prerequisite `libavcodec/internal.h' is older than target `libavcodec/zmb venc.o'. Prerequisite `libavutil/mathematics.h' is older than target `libavcodec/z mbvenc.o'. No need to remake target `libavcodec/zmbvenc.o'. Finished prerequisites of target file `libavcodec/libavcodec.a'. Must remake target `libavcodec/libavcodec.a'. Putting child 0x009d1410 (libavcodec/libavcodec.a) PID 125 on the chain. Live child 0x009d1410 (libavcodec/libavcodec.a) PID 125 Reaping winning child 0x009d1410 PID 125 AR libavcodec/libavcodec.a Live child 0x009d1410 (libavcodec/libavcodec.a) PID 126 Reaping losing child 0x009d1410 PID 126 make.exe: *** [libavcodec/libavcodec.a] Error -1 Removing child 0x009d1410 PID 126 from chain.