Pandora How do I overide a system library from a PND?


surt

Member
Joined
Sep 6, 2008
Messages
106
Location
Brisbane, Australia
Website
surtspixels.googlepages.com
I'm having some drawing problems with a program I've packaged for Pandora so I want to try dynamic linking to a vanilla SDL build to see if that helps.


Is there a default location for libraries in the PND?


If not, then what is the system path for the root of the PND so I can add a path to LD_LIBRARY_PATH?
 
Use LD_PRELOAD with an explicit path to overload library preferences before your application starts.
 
Back
Top