[Ffmpeg-devel] ffmpeg failed to compile
Måns Rullgård
mru
Mon Feb 13 20:08:08 CET 2006
carboncopy <carboncopy.public at gmail.com> writes:
> On 2/14/06, Diego Biurrun <diego at biurrun.de> wrote:
>> On Tue, Feb 14, 2006 at 02:36:09AM +0800, carboncopy wrote:
>> > On 2/14/06, M?ns Rullg?rd <mru at inprovide.com> wrote:
>> > > carboncopy said:
>> > > >
>> > > > I am still getting the ranlib error during compile time although I had
>> > > > a successful make install the previous time.
>> > >
>> > > Does this patch help?
>> > >
>> > > --- common.mak 13 Feb 2006 12:53:25 -0000 1.1
>> > > +++ common.mak 13 Feb 2006 16:59:46 -0000
>> > > @@ -28,7 +28,7 @@
>> > >
>> > > $(LIB): $(STATIC_OBJS)
>> > > rm -f $@
>> > > - $(AR) rc $@ $^ $(EXTRAOBJS)
>> > > + $(AR) rcs $@ $^ $(EXTRAOBJS)
>> > > $(RANLIB) $@
>> > >
>> > > $(SLIBNAME): $(SHARED_OBJS)
>> > >
>> > The patch got rejected (I think)
>>
>> Then just change the relevant line by hand...
>>
>> Diego
>>
>> P.S.: Please cut your quotes a bit, thanks.
>>
> Changed by hand, still getting Error 1 for ranlib on the three files.
This is really weird. I don't know what I was thinking when I
suggested that change. The next line is running ranlib explicitly.
But then how can it make any difference running it again manually?
What OS was this on?
--
M?ns Rullg?rd
mru at inprovide.com
More information about the ffmpeg-devel
mailing list