ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ddd install


From: Andrew Gaylard
Subject: Re: ddd install
Date: Tue, 14 Dec 2004 08:54:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114

Kaderabek, Kevin (Space Technology) wrote:
I'm installing ddd-3.3.10 on an HP workstation, IA64 processor,
Redhat Linux build 2.4.21-4 EL, X located in /usr/X11R6.  When I run
configure, it stops becaue it can't find some of the X libs, but it
looks like they are there.  Here's a listing...

configure:28165: result: no configure:28176: error: The X11 library
'-lX11' could not be found. Please use the configure options
'--x-includes=DIR' and '--x-libraries=DIR' to specify the X location.
 See the files 'config.log' and 'ddd/config.log' for further
diagnostics.

The path in the log file looks correct, and I've tried specifying it
with --x-includes and --x-libraries, with the same result.

Any ideas?

Kevin Kaderabek

You say "looks like"... well, are they actually there?
In other words, do you ave a libX11.a or libX11.so?

Try the following (sorry about the line wrapping):

{apg}~ : ls -l /usr/X11R6/lib/libX11.*
-rw-r--r-- 1 root root 1500240 Feb 12 2004 /usr/X11R6/lib/libX11.a
lrwxrwxrwx 1 root root 13 Dec 13 09:55 /usr/X11R6/lib/libX11.so -> libX11.so.6.2
lrwxrwxrwx 1 root root 13 Dec 13 09:54 /usr/X11R6/lib/libX11.so.6
-> libX11.so.6.2
-rwxr-xr-x 1 root root 908376 Feb 12 2004 /usr/X11R6/lib/libX11.so.6.2

If that works, then I'm stumped:  the configure script should
really find it.  The workaround in this event is to follow the
instructions provided by configure, in other words, to use

./configure --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib

Andrew.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]