|
[root@localhost kdebase-3.4.1]# ls
acinclude.m4 configure doc kcontrol kdeprint khelpcenter konqueror ksmserver kxkb nsplugins
aclocal.m4 configure.files drkonqi kdcop kdesktop khotkeys konsole ksplashml l10n pics
admin configure.in INSTALL kdebase.lsm kdesu kicker kpager kstart libkonq README
applnk configure.in.bot kappfinder kdebugdialog kdialog kioslave kpersonalizer ksysguard Makefile.am README.pam
AUTHORS configure.in.in kate kde.conf.mk kdm klipper kreadconfig ksystraycmd Makefile.am.in stamp-h.in
config.h.in COPYING kcheckpass kde.pamd kdmlib kmenuedit kscreensaver ktip Makefile.in startkde
config.log debian kcminit kdepasswd kfind knetattach kscreensaver.pamd kwin mkpamserv subdirs
[root@localhost kdebase-3.4.1]# pwd
/root/kdebase-3.4.1
[root@localhost kdebase-3.4.1]# ./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... gawk
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.
[root@localhost kdebase-3.4.1]# |
|