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

_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to