LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 927|回复: 0

如何从错误信息中知道改安装什么软件?

[复制链接]
发表于 2008-4-5 12:44:42 | 显示全部楼层 |阅读模式
下载FCITX 3.5回来安装时提示错误



  1. debian:/home/consatan/fcitx-3.5# ./configure -prefix=/usr/bin/fcitx
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking build system type... i686-pc-linux-gnu
  7. checking host system type... i686-pc-linux-gnu
  8. checking for gcc... gcc
  9. checking for C compiler default output file name... a.out
  10. checking whether the C compiler works... yes
  11. checking whether we are cross compiling... no
  12. checking for suffix of executables...
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking for style of include used by make... GNU
  18. checking dependency style of gcc... gcc3
  19. checking for a BSD-compatible install... /usr/bin/install -c
  20. checking whether make sets $(MAKE)... (cached) yes
  21. checking for ranlib... ranlib
  22. checking for ld used by GCC... /usr/bin/ld
  23. checking if the linker (/usr/bin/ld) is GNU ld... yes
  24. checking for shared library run path origin... done
  25. checking for iconv... yes
  26. checking for iconv declaration...
  27.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  28. checking how to run the C preprocessor... gcc -E
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/wait.h that is POSIX.1 compatible... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking limits.h usability... yes
  43. checking limits.h presence... yes
  44. checking for limits.h... yes
  45. checking malloc.h usability... yes
  46. checking malloc.h presence... yes
  47. checking for malloc.h... yes
  48. checking malloc/malloc.h usability... no
  49. checking malloc/malloc.h presence... no
  50. checking for malloc/malloc.h... no
  51. checking for stdlib.h... (cached) yes
  52. checking for string.h... (cached) yes
  53. checking sys/param.h usability... yes
  54. checking sys/param.h presence... yes
  55. checking for sys/param.h... yes
  56. checking for unistd.h... (cached) yes
  57. checking wait.h usability... yes
  58. checking wait.h presence... yes
  59. checking for wait.h... yes
  60. checking for sys/wait.h... (cached) yes
  61. checking machine/endian.h usability... no
  62. checking machine/endian.h presence... no
  63. checking for machine/endian.h... no
  64. checking for X... libraries , headers
  65. checking for pkg-config... /usr/bin/pkg-config
  66. checking pkg-config is at least version 0.9.0... yes
  67. checking for XFT... yes
  68. checking for pid_t... yes
  69. checking for size_t... yes
  70. checking vfork.h usability... no
  71. checking vfork.h presence... no
  72. checking for vfork.h... no
  73. checking for fork... yes
  74. checking for vfork... yes
  75. checking for working fork... yes
  76. checking for working vfork... (cached) yes
  77. checking for stdlib.h... (cached) yes
  78. checking for GNU libc compatible malloc... yes
  79. checking return type of signal handlers... void
  80. checking for memmove... yes
  81. checking for memset... yes
  82. checking for mkdir... yes
  83. checking for setlocale... yes
  84. checking for strcasecmp... yes
  85. checking for strstr... yes
  86. checking for strtol... yes
  87. configure: creating ./config.status
  88. config.status: creating Makefile
  89. config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
  90. config.status: creating fcitx.spec
  91. config.status: creating doc/Makefile
  92. config.status: WARNING:  doc/Makefile.in seems to ignore the --datarootdir setting
  93. config.status: creating data/Makefile
  94. config.status: WARNING:  data/Makefile.in seems to ignore the --datarootdir setting
  95. config.status: creating xpm/Makefile
  96. config.status: WARNING:  xpm/Makefile.in seems to ignore the --datarootdir setting
  97. config.status: creating lib/Makefile
  98. config.status: WARNING:  lib/Makefile.in seems to ignore the --datarootdir setting
  99. config.status: creating src/version.h
  100. config.status: creating src/Makefile
  101. config.status: WARNING:  src/Makefile.in seems to ignore the --datarootdir setting
  102. config.status: creating tools/Makefile
  103. config.status: WARNING:  tools/Makefile.in seems to ignore the --datarootdir setting
  104. config.status: creating config.h
  105. config.status: config.h is unchanged
  106. config.status: executing depfiles commands
复制代码

  1. checking whether we are cross compiling... no
复制代码

不懂...


  1. checking malloc/malloc.h usability... no
  2. checking malloc/malloc.h presence... no
  3. checking malloc/malloc.h... no
复制代码

应该是我的系统里没malloc这个库文件吧??


  1. checking machine/endian.h usability... no
  2. checking machine/endian.h presence... no
  3. checking machine/endian.h... no
复制代码

没有machine库文件...


  1. checking vfork.h usability... no
  2. checking vfork.h presence... no
  3. checking for vfork.h... no
复制代码

没有vfork.h这库文件??

上面这些是我自己猜的...
如果是对的话...那要安装哪些软件才行呢??
要用什么方法才能知道要安装的软件的名字??



  1. apt-cache search malloc
复制代码


搜出了一大堆...可是装了几个都还是提示错误...

  1. apt-cache search machine
复制代码

搜出更大一堆...要怎么样才能更精确的搜索??
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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