X libraries missing
Status: Beta
Brought to you by:
instrudeo
Hi
I have compiled and installed Xorg 6.8.2 from source.
The configure script of libinstrudeo complains following:
checking for XOpenDisplay in -lX11... no
configure: error: *** X libraries missing - please
install libx11 development package ***
What an I missing? What's the fix for this?
Logged In: NO
export LDFLAGS=-L/usr/X11R6/lib/
then
autogen.sh
and configure
:)