[MEncoder-users] Help building xvid & mencoder
Lee Morgan
leeamorgan at comcast.net
Fri Jan 21 19:55:54 CET 2005
This is what I found in the configure.log file...
I assume by the line "ld: table of contents for archive:
/usr/local/lib/libxvidcore.a is out of date; rerun ranlib(1) (can't
load from it)"
mplayer is seeing my build of xvid as too old, but I don't see how this
is possible - considering that I just got the newest 1.10b1
Any suggestions?
-lee
============ Checking for XviD ============
#include <xvid.h>
int main(void) { xvid_init(0, 0, 0, 0); return 0; }
cc /tmp/mplayer-conf-6467-12301.c -o
/tmp/mplayer-conf-13153-12301.o -lxvidcore -lm
ld: table of contents for archive: /usr/local/lib/libxvidcore.a is out
of date; rerun ranlib(1) (can't load from it)
ldd /tmp/mplayer-conf-13153-12301.o
otool: can't open file: /tmp/mplayer-conf-13153-12301.o (No such file
or directory)
#include <xvid.h>
int main(void) { xvid_global(0, 0, 0, 0); return 0; }
cc /tmp/mplayer-conf-6467-12301.c -o
/tmp/mplayer-conf-13153-12301.o -lxvidcore -lm
ld: table of contents for archive: /usr/local/lib/libxvidcore.a is out
of date; rerun ranlib(1) (can't load from it)
ldd /tmp/mplayer-conf-13153-12301.o
otool: can't open file: /tmp/mplayer-conf-13153-12301.o (No such file
or directory)
Result is: no
##########################################
On Jan 21, 2005, at 10:18 AM, Peter Hartshorn wrote:
> Have a look in config.log for mplayer. Search for "xvid", It might
> tell you
> what is wrong (ie wrong version).
>
More information about the MEncoder-users
mailing list