- To: slug <slug@xxxxxxxxxxx>
- Subject: [SLUG] DivX under linux
- From: Erich Schulz <erichs@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Dec 4 16:04:02 2002
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003
I am trying to get a viewer for DivX avi files to run under linux.
I downloaded the XMMS plug in from their site and ran configure, which
failed on the following:
gcc -o conftest -g -O2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include conftest.c
-L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread
-lglib -lpthread -ldl -lXi -lXext -lX11 -lm conftest.c
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
Which has me baffled because libXi lives in /usr/X11R6/lib, as specified
by -L/usr/X11R6/lib. I tried running the same command from the console
same problem, when I take the -lXi, then ld fails on the next library.
I ran ldconfig again to make sure, and the X11 path was in ld.so.config
Any clues?
Cheers
Erich