Re: libICE.so

Gustaf Neumann wrote:

>  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.

Hmm, for some reason (and I am not sure why which always makes me
uneasy) there is a line in the configure script looking for the ice
library:

	dnl Checks for libraries:
	AC_CHECK_LIB(ICE, IceConnectionNumber)
	AC_CHECK_LIB(socket, socket)
	AC_CHECK_LIB(inet, connect)
	AC_CHECK_LIB(nsl, t_accept)
	AC_CHECK_LIB(dl, dlopen)

Can you try and uncomment that line and run configure again to see if it
still needs it?

Henrik

-- 
Henrik Frystyk Nielsen, <frystyk@w3.org>
World Wide Web Consortium, MIT/LCS NE43-356
545 Technology Square, Cambridge MA 02139, USA

Received on Tuesday, 22 June 1999 17:17:45 UTC