On Wednesday 10 January 2001 15:20, you wrote:
> Hi all, I have installed some programs which use X11 and a compilation with
> gcc, I know, uses the option -lX11 to compiler look for libX11.so, which is
> in the /usr/include directory! OK!
Actually, the libX11.so won't be in /usr/include, but in /usr/X11R6/lib.
/usr/include is for header files, and /usr/X11R6/lib is for X libraries.
> xdrvr.c:38: X11/Xos.h: No such file or directory
Most likely the X include files and/or libraries are not installed. Check
your install media for fileswith 'devel' in their names. These are
development RPMs that you need to install if you compile programs that use
these services (for instance, if you have a program that uses the jpeg stuff,
then you need to install the libjpeg and libjpeg-devel RPMs).
Look for the XFree86-devel RPM on your install media and install it (rpm -i
XFree86-devel-*.i586.rpm as root).
> Jose
--
------------------------------------------------------------------------
David E. Fox Thanks for letting me
[EMAIL PROTECTED] change magnetic patterns
[EMAIL PROTECTED] on your hard disk.
-----------------------------------------------------------------------