Fred R. McDavid wrote:
> /usr/bin/ld: cannot open -lX11: No such file or directory
> Is there a gcc option that I'm missing perhaps?
You need -L/usr/X11R6/lib/ somewhere infront of -lX11
It tells the compiler to search for function libraries in /usr/X11R6/lib
as well as the standard locations (
Hi,
While attempting to compile xv on my system (X86 w/ Debian Hamm)...I'm getting:
egcc -ansi -o xv -O -DDOJPEG -Ijpeg -DDOTIFF -Itiff -DDOPDS -DBSDTYPES -DLINUX
xv.o
xvevent.o xvroot.o xvmisc.o xvimage.o xvcolor.o xvsmooth.o xv24to8.o xvgif.o xvpm.o
xvinf
o.o xvctrl.o xvscrl.o xvalg.