|
安装xsim失败。
rh7.3下了xsim/xsim-0.3.9.2.tar和rh7.3-db3.3-patch.tar两的文件,装db3补丁是没问题,装xsim时出错,运行./configure --enable-status-kde3提示错误,我把输出贴了上来,请兄弟们看看是怎么回事。
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ld... ld
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
cking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for memmove... yes
checking for memset... yes
checking for setlocale... yes
checking for strchr... yes
checking for strstr... yes
checking for Berkerly DB header... Berkerly DB >=3.2 CXX header found
checking for Berkerly DB library... Berkerly DB >=3.2 CXX library found
checking for QT 3.0.x... yes, libraries: /usr/lib/qt3/lib, headers: /usr/lib/qt3/include
checking for KDE3... yes, libraries: /usr/lib, headers: /usr/include/kde
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xsim/Makefile
config.status: creating xsim/IMdkit/Makefile
config.status: creating plugins/Makefile
config.status: error: cannot find input file: plugins/Makefile.in
特别是最后一行是什么意思? |
|