Hello, I am trying to compile and install the fontconfig libraries on my Red Hat 9.0 system. ./configure (without any parameters) runs without reporting any problems, but make reports the following (excerpt): Making all in fc-cache make[2]: Entering directory `/usr/local/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 /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_BDF_Property' collect2: ld returned 1 exit status make[2]: *** [fc-cache] Error 1 make[2]: Leaving directory `/usr/local/fontconfig-2.2.96/fc-cache' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/fontconfig-2.2.96' make: *** [all] Error 2 Am I missing some library necessary for the compilation? Thanks and best regards, Peter Langfelder