On Wed, Jan 29, 2003 at 09:49:15AM -0000 or thereabouts, Cannon, Andrew wrote:
> Hi All,
> 
> I'm trying to install a Monte Carlo code onto a RH8.0 cluster. The code is
> asking for the location of the X-Windows libraries (there are defaults, I'll
> come to those in a mo) but can't find them. Parts of the default paths are
> there, but not the files (as far as I can tell). Do I have to install the
> X-Windows system or is it already there (I'm a newbie to Linux)?
> 
> The default paths the code looks in are:
> 
> /usr/X11R6/lib/
> 
> then I think it tries to append the following file to the end of this path:
> 
> libX11.a
> 
> /usr/X11R6/include
> 
> then
> 
> /usr/X11R6/include/X11/Xlib.h
> 
> Any ideas?
> 

First, did you install X during installation?  If not, go ahead and do so.

On my 7.3 system, these files are part of the XFree86-devel package.
To see if you have this package installed, type:

$ rpm -q XFree86-devel

This should return the package with the version number. 

The paths you've given are correct for XFree86-devel-4.2.0-8 which ships
with 7.3.  You can see where a file should be located in the version
that ships with 8.0 with this command:
 
$ rpm -ql XFree86-devel | grep libX11.a

Or, you can use the locate command to see if the file is really there:

$ locate libX11.a

HTH

-- 
Andrew Pasquale       



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to