This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Cross compiling Cairo in DM355

Hi

 I want to develop gui and test that gui  in dm355evm by using gtk with directfb.i find gtk library in target  filesystem.but i need pangocairo library.when i cross compiling cairo ,I am getting error

         configure: error: Cairo requires at least one font backend.
          Please install freetype and fontconfig, then try again:
          http://freetype.org/    http://fontconfig.org/

but i found fontconfig and freetype in /opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le/target/usr/include/freetype2 and fontconfig

And I need shared library support.Also i got shared library support is no.

checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes

if anybody know any method cross compile cairo and add cairo and pangocairo library to /opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le/target/usr/lib.

because i am using /opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le/target as my filesystem.

 

 

thanks and regards

Tamil.M