We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2013-12-24 17:38:19 +0200

Is there a working code example using shared objects?

I've had some issues getting my application to run on the device when using a third party library. The library links and is installed in the /usr/share/{name}/lib folder via the RPM with the rpath set correctly. However when I execute the app the main method doesn't run and I get "Remote application finished with exit code 0".

No errors appear in the logs, and if I remove the shared object from the LIBS setting the application runs.

Thanks

Is there a working code example using shared objects?

I've had some issues getting my application to run on the device when using a third party library. The library links and is installed in the /usr/share/{name}/lib folder via the RPM with the rpath set correctly. However when I execute the app the main method doesn't run and I get "Remote application finished with exit code 0".

No errors appear in the logs, and if I remove the shared object from the LIBS setting the application runs.

Thanks