On Wed, 20 Jun 2001, Colin Watson wrote: > You might need to remove config.cache before rerunning configure,
Done, but with same results > What does config.log say about it (down near the end)? This is the relevent portion of the config.log configure:9966: gcc -o conftest -g -O2 -g -Wall conftest.c -lX11 -ldl 1>&5 /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status configure: failed program was: #line 9955 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XOpenDisplay(); int main() { XOpenDisplay() ; return 0; } raj