Quote:
Originally Posted by Antartica
To find the libraries that your program is using, in scrtachbox, use ldd:
ldd is included with scratchbox, so you should not have problems running that command. If you need/want ldd for the iliad, I once modified the ldd script in debian-x86 to work on the iliad (but I lost it in the reflash my iliad underwent)... anyway it should be easy to do again if needed.
|
Hi Antartica, thank very much for your helps. I copied the ldd file from scratchbox to Iliad. By using ldd, I find which missing library and where is it. So I solved the Cairo problem.