[MPlayer-users] Re: Can't play .rm, .ram files
RC
rcooley at spamcop.net
Sat Jul 15 20:10:26 CEST 2006
On Sat, 15 Jul 2006 16:47:03 +0900
Masaru Nomiya <nomiyac360 at mg.point.ne.jp> wrote:
> /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/
> bin/ld: cannot find -lgtk-x11-2.0 collect2: ld returned 1 exit status
> make: *** [mplayer] error 1
>
> Of course, I have installed gtk-32bit,
Are you sure that's GTK-2.0 32-bit? If not, you can compile the GUI
with GTK1 support with a configure option.
> and libgtk-x11-2.0.so does exist in the /opt/gnome/lib64 directory.
The "lib64" folder it's under implies that it's the 64-bit version of
libgtk2, not the 32-bit version you need. If you have a 32-bit
libgtk-x11-2.0.so file somewhere else, use the --with-extralibdir=DIR
parameter when running ./configure .
More information about the MPlayer-users
mailing list