OK you need some help on how to compile the software.

Instead of doing './configure', do a './configure --help|more'. It will show you
all the command line options that configure supports. IIRC, there is an oprion
--with-X-include=DIR and --with-X-lib=DIR, where you specify the X include and
Lib directory. Typically they are /usr/X11R6/lib or so.

Also if configure says that -lXt failed or something like that, look for
libXt.so typically in /usr/lib or /usr/X11R6/lib. Put anything inplace of 'Xt'.
It is that way for every library.

Also you have an error for X11/intrinsic.h. So search in /usr/include/X11/. If
it fails search on entire file system. You got to have it...

HTH

 Bye
   Shridhar

Sukrit Mehra wrote:

> I have been been trying to install K develop given with this months PCQ
> cd but I haven't been able to get through.
> First in the I give the command
> ./configure
> and this start a long process in which everything goes smoothly. But in
> the end the following message is given.
>
> checking for shl_unload in -ldld...no
> checking for X...configure:error: can't find X includes. Please check
> your installation and add the correct paths!
>
> CAn anyway please tell me how to go about this installation.?


----------------------------------------------
The mailing list archives are available at
http://lists.linux-india.org/cgi-bin/wilma/LIH

Reply via email to