Around 21 o'clock on Feb 23, "=?iso-8859-1?Q?Brian_Bisaillon?=" wrote: > Sorry, forgot to include all the other error info in my last e-mail... > > for d in src fc-cache fc-list fontconfig; do (cd $d && make all); done > make[1]: Entering directory `/root/fcpackage.2_1/fontconfig/src' > cc -g -O2 -DHAVE_CONFIG_H -DFONTCONFIG_PATH=\"/etc/fonts\" -I.. -I. -fPIC > -DPIC -c fcatomic.c -o fcatomic.o Looks like fontconfig couldn't find freetype2 header files. I'm reworking the config build system to use automake, this will cause the configure process to bail if it can't find necessary libraries. You may want to make sure you have 'freetype-config' in your path before running ./configure. -keith