|
版本5.0,XFree86已经正确编译并且能启动,现在编译kde,顺序是:arts1.1 -> kdelibs3.1,编译kdelibs3.1出现这个提示,应该怎么解决?
checking for setfsent... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for isinf in -lm... yes
checking for finite in -lm... yes
checking for _finite in -lm... no
checking for isnan in -lm... yes
checking for pcre-config... not found
checking for pcreposix... no
configure: error: You're missing libpcre.
Download libpcre from http://www.pcre.org or find a binary package for your platform.
Alternatively, you can specify --disable-pcre, but some web pages - using regular
expressions in Javascript code - will not work correctly, the regexp support being
quite limited if libpcre isn't present. |
|