LinuxSir.cn,穿越时空的Linuxsir!

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

如果理解./configure的控制台输出?

[复制链接]
发表于 2007-8-19 23:14:46 | 显示全部楼层 |阅读模式
我在安装tor时,按照安装文件夹下的INSTALL说明执行configure命令,得到如下输出,我标记红色地方是no,并且有error信息。接下来的make操作自然那也失败。
请问如何理解下面的输出?
可以知道我还要做什么就可以正常安装了吗?
我的系统是Ubunut7.04 64bit

  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking build system type... x86_64-unknown-linux-gnu
  7. checking host system type... x86_64-unknown-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. [color="Red"]checking whether we are cross compiling... no[/color]
  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 whether make sets $(MAKE)... (cached) yes
  20. checking for ranlib... ranlib
  21. [color="Red"]checking for win32... no
  22. checking for MIPSpro compiler... no[/color]
  23. checking for library containing socket... none required
  24. checking for library containing gethostbyname... none required
  25. checking for library containing dlopen... -ldl
  26. checking for library containing inet_aton... none required
  27. checking for library containing pthread_create... -lpthread
  28. checking for library containing pthread_detach... none required
  29. checking for gettimeofday... yes
  30. checking for ftime... yes
  31. checking for socketpair... yes
  32. checking for uname... yes
  33. checking for inet_aton... yes
  34. checking for strptime... yes
  35. checking for getrlimit... yes
  36. [color="Red"]checking for strlcat... no
  37. checking for strlcpy... no[/color]
  38. checking for strtoull... yes
  39. checking for ftello... yes
  40. checking for getaddrinfo... yes
  41. checking for localtime_r... yes
  42. checking for gmtime_r... yes
  43. checking for memmem... yes
  44. checking for strtok_r... yes
  45. checking how to run the C preprocessor... gcc -E
  46. checking for grep that handles long lines and -e... /bin/grep
  47. checking for egrep... /bin/grep -E
  48. checking for ANSI C header files... yes
  49. checking for sys/types.h... yes
  50. checking for sys/stat.h... yes
  51. checking for stdlib.h... yes
  52. checking for string.h... yes
  53. checking for memory.h... yes
  54. checking for strings.h... yes
  55. checking for inttypes.h... yes
  56. checking for stdint.h... yes
  57. checking for unistd.h... yes
  58. checking pthread.h usability... yes
  59. checking pthread.h presence... yes
  60. checking for pthread.h... yes
  61. checking for pthread_create... yes
  62. checking for u_int64_t... yes
  63. checking for u_int32_t... yes
  64. checking for u_int16_t... yes
  65. checking for u_int8_t... yes
  66. checking for libevent directory...
复制代码
发表于 2007-8-20 08:05:35 | 显示全部楼层
以上信息只是测试系统中某些 函数/库 的支持,这些信息一般应用来说无关紧要(有的时候有些库/函数不支持对程序的编译并没有影响)。
重要的失败的提示因该在最后几行。。。


另外./configure 之后 echo $? 输出 0 就是成功了可以继续 make ,如果输出非0则是失败。
回复 支持 反对

使用道具 举报

发表于 2007-8-21 00:31:53 | 显示全部楼层
请把 error 贴出来,否则别人怎样帮你?
回复 支持 反对

使用道具 举报

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

本版积分规则

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