I heard Don Smith said:

> /bin/sh ../libtool --silent --mode=link gcc  -g -O2 -Wall
> -I/usr/include/SDL -D_REENTRANT   -o gasmoff  gasmoff.o bitstream.o
> -lpopt -lm  -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gn
>u/bin/ld: cannot find -lartsc
> collect2: ld returned 1 exit status

Ah ah! Looks like the old libarts problem. For some reason the lib isn't 
found anymore after an upgrade to KDE 3.1. Here's what I did to get it 
to work:

ln -s /usr/kde/3.1/lib/libartsc.so /usr/lib/libartsc.so

Then be sure to call 'ldconfig', just to make sure, and retry to compile 
MPlayer. It should work. I hope. :)

-- S.

--
[EMAIL PROTECTED] mailing list

Reply via email to