Browse thread
Re: incompatible /usr/X11R6/lib/libX11.so when searching for -lX11 (on a opteron/redhat box)
- Hugues Leroy
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-03-07 (10:32) |
From: | Hugues Leroy <Hugues.Leroy@i...> |
Subject: | Re: incompatible /usr/X11R6/lib/libX11.so when searching for -lX11 (on a opteron/redhat box) |
Hi Under ubuntu/debian default libs are 64 bits : directories lib and lib64 are linked together, and there is a lib32 directory. But under Redhat4 we have only these two different directories : lib and lib64 So in order to avoid incompatible libs used if you configure with : ./configure Just add: -x11lib /usr/X11R6/lib64 or tell your admin to mv lib lib32, mv lib64 lib, ln -s lib lib64 :-) -- Hugues Leroy // Inria Rennes Projet Symbiose, Plate-forme bioinformatique Ouest-genopole http://www.genouest.org et Service ASCII (Applications SCIentifiques et transfert Industriel) tel : +33 2 99 84 74 17 / fax : +33 2 99 84 71 71