Thread: iLiad Using cairo on iliad
View Single Post
Old 08-22-2008, 05:12 AM   #6
illiad_fan
Member
illiad_fan began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jul 2008
Device: Illiad
Quote:
Originally Posted by Antartica View Post
To find the libraries that your program is using, in scrtachbox, use ldd:

Code:
ldd ./my_program
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.

Last edited by illiad_fan; 08-22-2008 at 05:26 AM.
illiad_fan is offline   Reply With Quote