LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   make error (https://www.linuxquestions.org/questions/linux-software-2/make-error-54700/)

spyder 04-12-2003 10:45 AM

make error
 
root@spynix:mp3info-0.8.4# make
gcc -g -O2 -Wall -c -o mp3info.o mp3info.c
gcc -g -O2 -Wall -c -o textfunc.o textfunc.c
gcc -g -O2 -Wall -c -o mp3curs.o mp3curs.c
gcc -g -O2 -Wall -c -o mp3tech.o mp3tech.c
gcc -g -O2 -Wall -o mp3info mp3info.o textfunc.o mp3curs.o mp3tech.o -lncurses
gcc gmp3info.c -g -O2 -Wall -o gmp3info mp3tech.o `gtk-config --cflags --libs`
/usr/i386-slackware-linux/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make: *** [gmp3info] Error 1


anyone know what lXext is?

unSpawn 04-12-2003 12:09 PM

X11R6, $(slocate Xext), dunno what package it's in but I spose it's one of X11, X11-dev or Xvfb/Xnest.

pablob 04-12-2003 12:53 PM

that means libXext.so.#.#

Search google: "libXext.so" & "Slackware" to find out which package provides the library. It's a common one, don't worry for installing it.


All times are GMT -5. The time now is 03:02 PM.