<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Thanks for information.<br><br>I have made env variables as : <br>export
LD_LIBRARY_PATH=/opt/asdlab/fontconfig/lib/:opt/asdlab/freetype/lib/:/opt/asdlab/atk/lib/:/opt/asdlab/glib/lib/:/opt/asdlab/pixman/lib/:/opt/asdlab/libxml2/lib/<br>
export
PKG_CONFIG_PATH=/opt/asdlab/freetype/lib/pkgconfig:/opt/asdlab/fontconfig/lib/pkgconfig:/opt/asdlab/pixman/lib/pkgconfig/:/opt/asdlab/glib/lib/pkgconfig<br>
export FONTCONFIG_LIBS="/opt/asdlab/fontconfig/lib/libfontconfig.a"<br>
export FONTCONFIG_CFLAGS=-I/opt/asdlab/fontconfig/include<br>
export FREETYPE_LIBS="/opt/asdlab/freetype/lib/libfreetype.a"<br>
export FREETYPE_CFLAGS="-I/opt/asdlab/freetype/include -I/opt/asdlab/freetype/include/freetype2/"<br>
<br>
And when I now configure, it gives the same error:<br>
configure: error: Cairo requires at least one font backend.<br>
<br>
Regards<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div class="plainMail"><br>You should be using PKG_CONFIG_PATH.<br>To check whether you have set it up correctly, you can call pkg-config<br>manually. Something like<br>&nbsp; pkg-config --libs freetype2<br>should give meaningful results.<br><br><br></div></blockquote></td></tr></table><br>