[maemo-developers] [maemo-developers] Help, executable file dosen't execute.

From: Eero Tamminen eero.tamminen at movial.fi
Date: Tue Jun 13 09:33:40 EEST 2006
Hi,

> If I comment the "uses" lines, it can compile, and execute well after
> move to 770. But if gtk2 is imported in, it also compile, and don't
> execute on 770, just reporting:
> /bin/sh: ./test: not found. 

This kind of an error comes usually when your binary is missing
one of it's dependent librararies.  What this reports:
	/lib/ld-2.3.6.so --list /path-to/test
?

(as there's no ldd on device, you can use the dynamic linker instead)


	- Eero


More information about the maemo-developers mailing list