On Thursday 07 February 2002 16:51, Morrison, Trevor (Trevor) wrote:
> Hi,
>
> I am running RH7.1 with a module 2.4.17 kernel. I am trying to compile
> 7.1.3 with the following options:
>
> ../configure --prefix=/usr --with-tcl --enable-odbc --enable-syslog
> --with-openssl.
>
> The compile stops here:
> /usr/linclude/tk.h:83:29: x11/xlib.h no such file or directory
Should that be X11/Xlib.h ?
>
> Tcl and TK are installed on my system. I even tried the
> --with-tclconfig=/usr/lib and that did not fix it. Any suggestions?
You also need the X Windows Devel RPM:
# rpm -q --whatprovides /usr/include/X11/Xlib.h
XFree86-devel-4.0.1-28mdk
You may need a different version for RH7.1 (I'm running Mandrake), but
you should be able to look for XFree86-devel* on your RH install CD.
Regards
JohnT