On Wed, Jan 11, 2006 at 12:17:18PM -0800, Blars Blarson wrote: > > gcc -Wall -g -O2 -o wmfsm wmfsm.o ../wmgeneral/libwmgeneral.a -LNONE > -INONE -lX11 -lXpm -lXext > /usr/bin/ld: cannot find -lX11
The problem is this during configure: checking for X... no The configure check fails to find the headers and libraries because it checks for something in libxt-dev. You can fix this in a few ways: - Rebuild the configure script with the one from Debian - Add a build dependency on libxt-dev - Use the --x-includes and --x-libraries configure switches Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

