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

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to