[maemo-developers] [maemo-developers] Missing library in the 2006 beta version?
From: Eero Tamminen eero.tamminen at movial.fiDate: Tue Jul 4 10:09:15 EEST 2006
- Previous message: [maemo-developers] N770 fullscreen button and IT2006
- Next message: [maemo-developers] Missing library in the 2006 beta version?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [maemo-developers] N770 fullscreen button and IT2006
- Next message: [maemo-developers] Missing library in the 2006 beta version?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]