On Thu, May 02, 2002 at 08:03:15PM -0700, James Bowes wrote: > > Hi all. > > Ok, I have installed the XFree86-devel rpm but now I'm seeing this error: > > /usr/bin/ld: cannot find -lX11 > collect2: ld returned 1 exit status > make[1]: *** [plex86] Error 1 > > Is this '-lX11' a typo?
No, it's not a typo. It means "link with the library called libX11.a" After installing XFree86-devel, you should have libX11.a in /usr/X11R6/lib. Maybe try a make clean and rm config.cache and then configure again. -- Michael Wood <[EMAIL PROTECTED]>
