I''m trying to build fontconfig 2.2.96 on a RedHat box, and I am currently unable to get it compile it. From the log (relevant slice below), I am unable to figure what the problem might be. Does anyone have a suggestion? Thanks in advance, -albert -- Making all in fc-cache make[2]: Entering directory `/home/albert/svg/fontconfig-2.2.96/fc-cache'' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/freetype2 -I/usr/local/include -g -O2 -MT fc-cache.o -MD -MP -MF ".deps/fc-cache.Tpo" \ -c -o fc-cache.o `test -f ''fc-cache.c'' || echo ''./''`fc-cache.c; \ then mv -f ".deps/fc-cache.Tpo" ".deps/fc-cache.Po"; \ else rm -f ".deps/fc-cache.Tpo"; exit 1; \ fi cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory /bin/sh ../libtool --mode=link gcc -g -O2 -o fc-cache fc-cache.o ../src/libfontconfig.la mkdir .libs gcc -g -O2 -o .libs/fc-cache fc-cache.o ../src/.libs/libfontconfig.so -Wl,--rpath -Wl,/usr/local/lib creating fc-cache rm -f fc-cache.1 docbook2man ../fc-cache/fc-cache.sgml Using catalogs: /etc/sgml/sgml-docbook-4.1-1.0-14.cat Using stylesheet: /usr/share/sgml/docbook/utils-0.6.11/docbook-utils.dsl#print Working on: /home/albert/svg/fontconfig-2.2.96/fc-cache/../fc-cache/fc-cache.sgml make[2]: *** [fc-cache.1] Error 8 make[2]: Leaving directory `/home/albert/svg/fontconfig-2.2.96/fc-cache'' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/albert/svg/fontconfig-2.2.96'' make: *** [all] Error 2