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

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to