[maemo-developers] [maemo-developers] Missing library in the 2006 beta version?

From: Eero Tamminen eero.tamminen at movial.fi
Date: Tue Jul 4 10:09:15 EEST 2006
Hi,

> Nokia770-26:/usr/lib/app-test# ./app
> ./app: error while loading shared libraries: libXt.so.6
> ./app: error while loading shared libraries: libSM.so.6
> ./app: error while loading shared libraries: libICE.so.6

Most likely this is Autotools issue.  At least older autoconf
checked the existence of X libraries by checking for libXt
and it added that also to the linker line.

However, none of the modern (Gtk, Qt) UI toolkits use libXt
nor require it.  Only something obsolete like Motif needs it.
Does your program really use/require libXt?

The libSM and libICE are libXt dependencies.


	- Eero


More information about the maemo-developers mailing list