On Thu, 5 Feb 2004 11:14:50 -0800 (PST) Vin <blizkreeg@xxxxxxxxx> wrote: > ../src/.libs/libfontconfig.so: undefined reference to > `FT_Get_PS_Font_Info' > ../src/.libs/libfontconfig.so: undefined reference to > `FT_Get_BDF_Property' Do you have a clean compilation environment? Try with a fresh fontconfig source and make sure there are exactly one set of needed headers and libraries picked up from the system. This kind of stuff happens when you have more than one and the compilation picks up headers from one version and libraries from another. -- Ciprian Popovici