Re: libICE.so

In your message from [09 Jun 1999 11:58:19 +0200] you wrote:
: Hm... the build of the libraries seem to be looking for a libICE.so.
: Does anyone have an idea what this is?  (I'm running on SuSE linux
: 5.3)
: 
: /bin/sh ../../../libtool --mode libxmltok.la  -rpath /home/sb/apps/lib xmlrole.lo xmltok.lo  -ldl -lICE 
: rm -fr .libs/libxmltok.la .libs/libxmltok.* .libs/libxmltok.*
: 
: *** Warning: This library needs some functionality provided by -lICE.
: *** I have the capability to make that library automatically link in when
: *** you link to this library.  But I can only do this if you have a
: *** shared version of the library, which you do not appear to have.
: *** The inter-library dependencies that have been dropped here will be
: *** automatically added whenever a program is linked with this library
: *** or is declared to -dlopen it.
: 
: (Hm... it also seems to be running a libtool distributed with
: libwww...?  ah... it's generated by ltconfig)

 ICE is the Inter Client Exchange protocol, part of X11 (XFree),
 ... actually it is a framework for providing client exchange
 protocols, it allows to register new protocols, messages, callbacks, etc.
 
 i am surprised that libtool "wants" it.
 
 the shared lib for ICE (based on glibc 2.1, which is probably to new
 for you, check out, which .rpm set works for your SUSE) is in 
 XFree86-libs-3.3.3.1-49.i386.rpm, the static library
 is in XFree86-devel-3.3.3.1-49.i386.rpm
 
 -gustaf neumann
--
Wirtschaftsinformatik, FB5, Universitaet GH Essen
Gustaf.Neumann@uni-essen.de, neumann@computer.org
http://nestroy.wi-inf.uni-essen.de/Neumann.html

Received on Wednesday, 9 June 1999 09:06:10 UTC