Re: ld problems

1998-10-17 Thread Henrik Nordstrom
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 (

ld problems

1998-10-17 Thread Fred R. McDavid
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.