|
|
安装GTK+,提示:
checking For sufficiently new FreeType (at least 2.0.1)... no
configure: error: pangoxft Pango backend found but did not find freetype libraries
安装freetype 2.1.10=〉# ./configure -prefix=/usr;
再次回到gtk+目录,# ./configure ;仍旧提示:
checking For sufficiently new FreeType (at least 2.0.1)... no
configure: error: pangoxft Pango backend found but did not find freetype libraries
etc/ld.so.conf文件内容:
/usr/local/lib
/usr/X11R6/lib
在网络上查询一下相关的信息,有相关的提问,但是没有什么解决办法。求助。library为什么找不到呢?和路径的设置有关系么? |
|