27 Jan
2008
27 Jan
'08
8:24 p.m.
Rainer Müller:
Looks like it fails with the 'Broken X11 install. No X11 headers' error even if you run it with -without-x
As a workaround:
./configure LDFLAGS=-L/usr/X11/lib Works for me...
Errors like these are sometimes caused by the stupid symlink: /usr/include/X11 -> ../X11/include/X11 It has a tendency to make autoconf think that X11 doesn't have a prefix, since the header "worked"... --anders