After this update, I get this compile failure: Making all in fc-cat make[2]: Entering directory `/work/fontconfig.git/fc-cat' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/freetype2 -DPKGCACHEDIR='""' -march=pentium3 -O2 -MT fc-cat.o -MD -MP -MF ".deps/fc-cat.Tpo" -c -o fc-cat.o fc-cat.c; \ then mv -f ".deps/fc-cat.Tpo" ".deps/fc-cat.Po"; else rm -f ".deps/fc-cat.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=pentium3 -O2 -o fc-cat fc-cat.o -lfreetype -lz -lexpat ../src/libfontconfig.la mkdir .libs i686-pc-linux-gnu-gcc -march=pentium3 -O2 -o .libs/fc-cat fc-cat.o ../src/.libs/libfontconfig.so /usr/lib/libfreetype.so -lz /usr/lib/libexpat.so fc-cat.o: In function `main': fc-cat.c:(.text+0x1216): undefined reference to `FcDirCacheConsume' collect2: ld returned 1 exit status make[2]: *** [fc-cat] Error 1 make[2]: Leaving directory `/work/fontconfig.git/fc-cat' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/work/fontconfig.git' make: *** [all] Error 2 I presume that needs to be replaced with something using FcCacheDirRead? -JimC -- James Cloos <cloos@xxxxxxxxxxx> OpenPGP: 0xED7DAEA6 _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig