Hi,
While cross compiling pango-1.20.0 for gtk i am getting the following error
GLIB_LIBS path is correct.
libxml2.so.2 and libfontconfig.so are in samp path "usr/local/lib/".
please let me know how to fix this issue?
While cross compiling pango-1.20.0 for gtk i am getting the following error
Code:
gcc-4.6.1-eglibc-2.14/powerpc-linux-gnu/lib/gcc/powerpc-linux-gnu/4.6.1/../../../../powerpc-linux-gnu/bin/ld: warning: libxml2.so.2, needed by usr/local/lib/libfontconfig.so, not found (try using -rpath or -rpath-link)
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlSAX2GetLineNumber'
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlCtxtGetLastError'
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlFreeParserCtxt'
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlParseChunk'
/opt/gtkdfb/usr/local/lib/libfontconfig.so: undefined reference to `xmlCreatePushParserCtxt'
collect2: ld returned 1 exit status
libxml2.so.2 and libfontconfig.so are in samp path "usr/local/lib/".
please let me know how to fix this issue?