./configure 出现的问题

编译打包和其他
回复
dongfanglu
帖子: 523
注册时间: 2007-12-13 23:34

./configure 出现的问题

#1

帖子 dongfanglu » 2009-02-17 22:43

zzd@kubuntu:~/kuftp-1.5.0$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for kde-config... not found
configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.

提示说kde-config 找不到,kde-config是什么东西呢?
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: ./configure 出现的问题

#2

帖子 lerosua » 2009-02-18 9:54

我想是类似pkg-config的东西吧,没有就装上啊

kde-config — A little program to output installation paths
回复