[MPlayer-dev-eng] Incompatible libXext when configuring mplayer with FC3 at amd64 station
Aurelien Jacobs
aurel at gnuage.org
Tue Nov 23 03:16:58 CET 2004
On Sun, 21 Nov 2004 00:03:27 +0800
kockkin ko <kockkinko at gmail.com> wrote:
> I have an amd64 box, and I installed mplayer by compiling the code
> using the convention ./configure, make and make install sequence.
>
> When configuring mplayer, I have this errors in configure.log,
> indicating impatible libXext as shown below.
> Then I use YUM update to update my FC3 335 packages, including all
> xorg-x11 x86_64 rpm packages.
> Reboot the system, re-do the ./configure. I still got the same error.
>
> [...]
>
> cc /tmp/mplayer-conf-21693-4033.c -o
> /tmp/mplayer-conf-10428-4033.o -I/usr/X11R6/include -L/usr/X11R6/lib
> -lXext -lX11 -lnsl
> /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXext.so when
> searching for -lXext
Seems you are trying to build a 64 bits mplayer with 32 bits xlibs,
or the opposite.
Maybe configure should search in /usr/X11R6/lib64 first ?
You can try to put /usr/X11R6/lib64 at the begining of the following
line of configure :
for I in /usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 /usr/lib ; do
But such a question certainly belong to MPlayer-user list.
Aurel
More information about the MPlayer-dev-eng
mailing list