QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2670|回复: 3

f7 x86_64中eva的安装错误。(费解!)

[复制链接]
发表于 2007-8-13 10:26:28 | 显示全部楼层 |阅读模式
大家好,我使用的是eva-20070403.tar.bz2
在f7 x86_64的安装中,出现了这样一个令我不解的问题。
我明明装好了kdelibs,编译时会报错说我没装kdelibs.
我使用的是gnome,但是把kde的库,包都装了。。。
请大家帮忙看看。
  1. [root@localhost eva]# ./configure --prefix=/usr/local/eva
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking for -p flag to install... yes
  7. checking whether build environment is sane... yes
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking for C compiler default output file name... a.out
  13. checking whether the C compiler works... yes
  14. checking whether we are cross compiling... no
  15. checking for suffix of executables...
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ANSI C... none needed
  20. checking dependency style of gcc... gcc3
  21. checking how to run the C preprocessor... gcc -E
  22. checking for g++... g++
  23. checking whether we are using the GNU C++ compiler... yes
  24. checking whether g++ accepts -g... yes
  25. checking dependency style of g++... gcc3
  26. checking whether g++ supports -Wmissing-format-attribute... yes
  27. checking whether g++ supports -Wundef... yes
  28. checking whether g++ supports -Wno-long-long... yes
  29. checking whether g++ supports -Wnon-virtual-dtor... yes
  30. checking whether g++ supports -fno-exceptions... yes
  31. checking whether g++ supports -fno-check-new... yes
  32. checking whether g++ supports -fno-common... yes
  33. checking whether g++ supports -fexceptions... yes
  34. checking how to run the C++ preprocessor... g++ -E
  35. checking whether g++ supports -O0... yes
  36. checking whether g++ supports -Wl,--no-undefined... yes
  37. checking whether g++ supports -Wl,--allow-shlib-undefined... yes
  38. not using lib directory suffix
  39. checking for a sed that does not truncate output... /bin/sed
  40. checking for egrep... grep -E
  41. checking for ld used by gcc... /usr/bin/ld
  42. checking if the linker (/usr/bin/ld) is GNU ld... yes
  43. checking for /usr/bin/ld option to reload object files... -r
  44. checking for BSD-compatible nm... /usr/bin/nm -B
  45. checking whether ln -s works... yes
  46. checking how to recognise dependent libraries... pass_all
  47. checking for ANSI C header files... yes
  48. checking for sys/types.h... yes
  49. checking for sys/stat.h... yes
  50. checking for stdlib.h... yes
  51. checking for string.h... yes
  52. checking for memory.h... yes
  53. checking for strings.h... yes
  54. checking for inttypes.h... yes
  55. checking for stdint.h... yes
  56. checking for unistd.h... yes
  57. checking dlfcn.h usability... yes
  58. checking dlfcn.h presence... yes
  59. checking for dlfcn.h... yes
  60. checking for g77... no
  61. checking for f77... no
  62. checking for xlf... no
  63. checking for frt... no
  64. checking for pgf77... no
  65. checking for fort77... no
  66. checking for fl32... no
  67. checking for af77... no
  68. checking for f90... no
  69. checking for xlf90... no
  70. checking for pgf90... no
  71. checking for epcf90... no
  72. checking for f95... f95
  73. checking whether we are using the GNU Fortran 77 compiler... yes
  74. checking whether f95 accepts -g... yes
  75. checking the maximum length of command line arguments... 32768
  76. checking command to parse /usr/bin/nm -B output from gcc object... ok
  77. checking for objdir... .libs
  78. checking for ar... ar
  79. checking for ranlib... ranlib
  80. checking for strip... strip
  81. checking if gcc static flag  works... yes
  82. checking if gcc supports -fno-rtti -fno-exceptions... no
  83. checking for gcc option to produce PIC... -fPIC
  84. checking if gcc PIC flag -fPIC works... yes
  85. checking if gcc supports -c -o file.o... yes
  86. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  87. checking whether -lc should be explicitly linked in... no
  88. checking dynamic linker characteristics... GNU/Linux ld.so
  89. checking how to hardcode library paths into programs... immediate
  90. checking whether stripping libraries is possible... yes
  91. checking for shl_load... no
  92. checking for shl_load in -ldld... no
  93. checking for dlopen... no
  94. checking for dlopen in -ldl... yes
  95. checking whether a program can dlopen itself... yes
  96. checking whether a statically linked program can dlopen itself... yes
  97. checking if libtool supports shared libraries... yes
  98. checking whether to build shared libraries... yes
  99. checking whether to build static libraries... no
  100. configure: creating libtool
  101. appending configuration tag "CXX" to libtool
  102. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  103. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  104. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  105. checking for g++ option to produce PIC... -fPIC
  106. checking if g++ PIC flag -fPIC works... yes
  107. checking if g++ supports -c -o file.o... yes
  108. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  109. checking dynamic linker characteristics... GNU/Linux ld.so
  110. checking how to hardcode library paths into programs... immediate
  111. checking whether stripping libraries is possible... yes
  112. checking for shl_load... (cached) no
  113. checking for shl_load in -ldld... (cached) no
  114. checking for dlopen... (cached) no
  115. checking for dlopen in -ldl... (cached) yes
  116. checking whether a program can dlopen itself... (cached) yes
  117. checking whether a statically linked program can dlopen itself... (cached) yes
  118. appending configuration tag "F77" to libtool
  119. checking if libtool supports shared libraries... yes
  120. checking whether to build shared libraries... yes
  121. checking whether to build static libraries... no
  122. checking for f95 option to produce PIC... -fPIC
  123. checking if f95 PIC flag -fPIC works... yes
  124. checking if f95 supports -c -o file.o... yes
  125. checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  126. checking dynamic linker characteristics... GNU/Linux ld.so
  127. checking how to hardcode library paths into programs... immediate
  128. checking whether stripping libraries is possible... yes
  129. checking for msgfmt... /usr/bin/msgfmt
  130. checking for gmsgfmt... /usr/bin/msgfmt
  131. checking for xgettext... /usr/bin/xgettext
  132. checking if C++ programs can be compiled... yes
  133. checking for strlcat... no
  134. checking if strlcat needs custom prototype... yes - in libkdefakes
  135. checking for strlcpy... no
  136. checking if strlcpy needs custom prototype... yes - in libkdefakes
  137. checking for main in -lutil... yes
  138. checking for main in -lcompat... no
  139. checking for crypt in -lcrypt... yes
  140. checking for socklen_t... socklen_t
  141. checking for dnet_ntoa in -ldnet... no
  142. checking for dnet_ntoa in -ldnet_stub... no
  143. checking for inet_ntoa... yes
  144. checking for connect... yes
  145. checking for remove... yes
  146. checking for shmat... yes
  147. checking for sys/types.h... (cached) yes
  148. checking for stdint.h... (cached) yes
  149. checking for poll in -lpoll... no
  150. checking CoreAudio/CoreAudio.h usability... no
  151. checking CoreAudio/CoreAudio.h presence... no
  152. checking for CoreAudio/CoreAudio.h... no
  153. checking if res_init needs -lresolv... yes
  154. checking if res_init is available... yes
  155. checking for killpg in -lucb... no
  156. checking for int... yes
  157. checking size of int... 4
  158. checking for short... yes
  159. checking size of short... 2
  160. checking for long... yes
  161. checking size of long... 8
  162. checking for char *... yes
  163. checking size of char *... 8
  164. checking for dlopen in -ldl... (cached) yes
  165. checking for shl_unload in -ldld... no
  166. checking for size_t... yes
  167. checking size of size_t... 8
  168. checking for unsigned long... yes
  169. checking size of unsigned long... 8
  170. checking sizeof size_t == sizeof unsigned long... yes
  171. checking crt_externs.h usability... no
  172. checking crt_externs.h presence... no
  173. checking for crt_externs.h... no
  174. checking for _NSGetEnviron... no
  175. checking for vsnprintf... yes
  176. checking for snprintf... yes
  177. checking for X... libraries /usr/lib64, headers .
  178. checking for IceConnectionNumber in -lICE... yes
  179. checking for libXext... yes
  180. checking for pthread_create in -lpthread... yes
  181. checking for extra includes... no
  182. checking for extra libs... no
  183. checking for libz... -lz
  184. checking for libpng... -lpng -lz -lm
  185. checking for libjpeg6b... no
  186. checking for libjpeg... -ljpeg
  187. checking for perl... /usr/bin/perl
  188. checking for Qt... libraries /usr/lib64/qt-3.3/lib, headers /usr/lib64/qt-3.3/include using -mt
  189. checking for moc... /usr/lib64/qt-3.3/bin/moc
  190. checking for uic... /usr/lib64/qt-3.3/bin/uic
  191. checking whether uic supports -L ... yes
  192. checking whether uic supports -nounload ... yes
  193. checking if Qt needs -ljpeg... no
  194. checking for rpath... yes
  195. checking for KDE... libraries /usr/lib, headers /usr/include/kde
  196. checking if UIC has KDE plugins available... no
  197. configure: error: you need to install kdelibs first.

  198. [root@localhost eva]# rpm -qa | grep kdelibs
  199. kdelibs-3.5.6-9.fc7
  200. kdelibs-3.5.6-9.fc7
  201. kdelibs-devel-3.5.6-9.fc7
  202. kdelibs-devel-3.5.6-9.fc7
复制代码
发表于 2007-8-17 20:32:34 | 显示全部楼层
你装 kdelibs-devel 了没有?
回复

使用道具 举报

 楼主| 发表于 2007-8-18 23:57:23 | 显示全部楼层
yunfan大哥,我装了....
[root@localhost eva]# rpm -qa | grep kdelibs
kdelibs-3.5.6-9.fc7
kdelibs-3.5.6-9.fc7
kdelibs-devel-3.5.6-9.fc7
kdelibs-devel-3.5.6-9.fc7
回复

使用道具 举报

发表于 2007-12-27 13:03:07 | 显示全部楼层
呵呵,我一起就提过这个问题,不知道为什么一直解决不了。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-4-20 19:14 , Processed in 0.084627 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表