|
前几天刚装了redhat 9.0,发现上面竟没有像kpackage之类的rpm软件管理器,用自带的安装rpm,总是不太好!
于是就下载了kpackage的tar包和rpm包,可是rpm装不上,准备自行编译。
结果如下
[root@localhost kpackage-1.1.1]# ./configure
loading cache ./config.cache
checking how to run the C++ preprocessor... g++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for ranlib... ranlib
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for main in -lcompat... no
checking for main in -lcrypt... yes
checking for the third argument of getsockname... size_t
checking for socket in -lsocket... no
checking for killpg in -lucb... no
checking for QT... libraries /usr/lib/qt-3.1/lib, headers /usr/lib/qt-3.1/include
checking if Qt compiles without flags... no
checking for moc... ./configure: line 1591: test: /usr/lib/qt-3.1/bin: binary operator expected
/usr/bin/moc
checking for rpath... yes
checking for bool... yes
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking whether build environment is sane... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether make sets ${MAKE}... yes
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for a C++-Compiler...
checking for g++... g++
checking whether the C++ compiler (g++ -s) works... yes
checking whether the C++ compiler (g++ -s) is a cross-compiler... no
checking whether we are using GNU C++... yes
creating libtool
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking for extra includes... no
checking for extra libs... no
checking for KDE paths... problems
configure: error: configure can not run a little KDE program to test the environment.
Look at config.log for details. If you are not able to fix this, please contact Stephan Kulow <[email protected]>.
我该怎么办呢!大伙帮我啊!
|
|