[M3devel] libXaw
Hendrik Boom
hendrik at topoi.pooq.com
Tue May 15 05:14:37 CEST 2012
On Tue, May 15, 2012 at 01:58:19AM +0200, Dragiša Durić wrote:
> Maybe you just need to link libXaw.so.7 on your system to libXaw.so
You mean like this?
hendrik at notlookedfor:/farhome/hendrik/cm3/src-all$ ls /usr/lib/i386-linux-gnu/*Xaw* -l
-rw-r--r-- 1 root root 540512 Apr 12 08:19 /usr/lib/i386-linux-gnu/libXaw7.a
lrwxrwxrwx 1 root root 16 Apr 12 08:19 /usr/lib/i386-linux-gnu/libXaw7.so -> libXaw7.so.7.0.0
lrwxrwxrwx 1 root root 16 Apr 12 08:19 /usr/lib/i386-linux-gnu/libXaw7.so.7 -> libXaw7.so.7.0.0
-rw-r--r-- 1 root root 428900 Apr 12 08:19 /usr/lib/i386-linux-gnu/libXaw7.so.7.0.0
lrwxrwxrwx 1 root root 10 Apr 12 08:19 /usr/lib/i386-linux-gnu/libXaw.so -> libXaw7.so
lrwxrwxrwx 1 root root 12 Apr 12 08:19 /usr/lib/i386-linux-gnu/libXaw.so.7 -> libXaw7.so.7
hendrik at notlookedfor:/farhome/hendrik/cm3/src-all$
Already done by the system. The compiler is quite clear that it wants
libXaw.so.6.
The reference to libXaw has to occur in the code base, no?
Presumably I have to recompile something that refers to Xaw,
so it will find these links while building one of the m3 libraries
(and maybe everything that depends on it)and end up with a dependency
on libXaw7 in the binary.
But I can't find it.
-- hendrik
More information about the M3devel
mailing list