> Hi, > I am trying to build an application in scratchbox for the Nokia > 800. During building I get the following error: > /scratchbox/tools/bin/rcc: error while loading shared libraries: > libfontconfig.so.1: cannot open shared object file: No such file or > directory
there is no /scratchbox/tools/bin/rcc in scratchbox, so most likely this is a problem you have created yourself. Most likely instead of just copying rcc binary to /scratchbox/tools/bin, you should create a proper devkit[1]. > I did a find on libfontconfig.so and found the library in /usr/lib and > /usr/lib is in LD_LIBRARY_PATH. Its also included in /etc/ld/so/conf. host architecture (x86) binaries, have a different setup for library search path, libraries are loaded from /scratchbox/host_shared/lib/. for shipping your own libraries, see the doctools devkit for examples. [1] http://www.scratchbox.org/documentation/docbook/devkit.html -- "rm -rf" only sounds scary if you don't have backups _______________________________________________ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users