Hi All When I try to build 2.2.94 ./configure works fine, but a 'make install' generates the following: Making install in fc-cache make[1]: Entering directory `/home/keith/sources/gtk/fontconfig-2.2.94/fc-cache' source='fc-cache.c' object='fc-cache.o' libtool=no \ depfile='.deps/fc-cache.Po' tmpdepfile='.deps/fc-cache.TPo' \ depmode=gcc /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/freetype2 -I/usr/local/include -g -O2 -c `test -f 'fc-cache.c' || echo './'`fc-cache.c /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 ../src/.libs/libfontconfig.so: undefined reference to `FT_Get_PS_Font_Info' ../src/.libs/libfontconfig.so: undefined reference to `FT_Has_PS_Glyph_Names' ../src/.libs/libfontconfig.so: undefined reference to `FT_Get_Next_Char' ../src/.libs/libfontconfig.so: undefined reference to `FT_Get_BDF_Property' collect2: ld returned 1 exit status make[1]: *** [fc-cache] Error 1 make[1]: Leaving directory `/home/keith/sources/gtk/fontconfig-2.2.94/fc-cache' make: *** [install-recursive] Error 1 I have installed freetype 2.1.7 here.