我是在centos5.6 64bit系统下安装fontconfig 2.8.0
解压在/usr/src目录下
#cd /usr/src/fontconfig-2.8.0
#./configure -prefix=/usr
#make
在make时出错了:
gcc: /usr/local/lib/libfreetype.so: No such file or directory
make[3]: *** [libfontconfig.la] Error 1
make[3]: Leaving directory `/usr/src/fontconfig-2.8.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/fontconfig-2.8.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/fontconfig-2.8.0'
make: *** [all] Error 2
后来我下载了fontconfig 2.4.2 也是同样现象
还请各位帮帮忙看一下,是怎么回事?谢谢了
alick 于 2011-04-19 17:48:14发表:
[code]./configure --prefix=SOMETHING[/code]注意prefix要两个横线!!!
系统上rpm包安装的文件都在 /usr/ 下面而非 /usr/local/ 下面
楼主要细心。。。
yhtoo 于 2011-04-18 15:58:27发表:
我查了系统, 是有freetype的
#rpm -qa|grep freetype
freetype-devel-2.2.1-28.el5_5.1
freetype-2.2.1-28.el5_5.1
freetype-2.2.1-28.el5_5.1
freetype-devel-2.2.1-28.el5_5.1