Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. Running autoreconf -if...
  2. Configuring...
  3. checking build system type... i686-pc-linux-gnu
  4. checking host system type... i686-pc-linux-gnu
  5. checking target system type... i686-pc-linux-gnu
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... gawk
  10. checking whether make sets $(MAKE)... yes
  11. checking for style of include used by make... GNU
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking dependency style of gcc... gcc3
  22. checking how to run the C preprocessor... gcc -E
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking minix/config.h usability... no
  36. checking minix/config.h presence... no
  37. checking for minix/config.h... no
  38. checking whether it is safe to define __EXTENSIONS__... yes
  39. checking whether to enable maintainer-specific portions of Makefiles... no
  40. checking for gcc... (cached) gcc
  41. checking whether we are using the GNU C compiler... (cached) yes
  42. checking whether gcc accepts -g... (cached) yes
  43. checking for gcc option to accept ISO C89... (cached) none needed
  44. checking dependency style of gcc... (cached) gcc3
  45. checking for ranlib... ranlib
  46. checking whether gcc needs -traditional... no
  47. checking whether gcc and cc understand -c and -o together... yes
  48. checking for ranlib... (cached) ranlib
  49. checking sys/mman.h usability... yes
  50. checking sys/mman.h presence... yes
  51. checking for sys/mman.h... yes
  52. checking wchar.h usability... yes
  53. checking wchar.h presence... yes
  54. checking for wchar.h... yes
  55. checking for stdint.h... (cached) yes
  56. checking for mprotect... yes
  57. checking for sigaction... yes
  58. checking for sigaltstack... yes
  59. checking for siginterrupt... yes
  60. checking for mmap... yes
  61. checking for MAP_ANONYMOUS... yes
  62. checking whether memchr works... yes
  63. checking whether memmem is declared... yes
  64. checking for memmem... yes
  65. checking whether memmem works... yes
  66. checking for C/C++ restrict keyword... __restrict
  67. checking for uid_t in sys/types.h... yes
  68. checking for inline... inline
  69. checking whether the preprocessor supports include_next... yes
  70. checking whether system header files limit the line length... no
  71. checking for wchar_t... yes
  72. checking for unsigned long long int... yes
  73. checking for long long int... yes
  74. checking whether stdint.h conforms to C99... yes
  75. checking whether memmem is declared without a macro... yes
  76. checking whether mempcpy is declared without a macro... yes
  77. checking whether memrchr is declared without a macro... yes
  78. checking whether rawmemchr is declared without a macro... yes
  79. checking whether stpcpy is declared without a macro... yes
  80. checking whether stpncpy is declared without a macro... yes
  81. checking whether strchrnul is declared without a macro... yes
  82. checking whether strdup is declared without a macro... yes
  83. checking whether strncat is declared without a macro... yes
  84. checking whether strndup is declared without a macro... yes
  85. checking whether strnlen is declared without a macro... yes
  86. checking whether strpbrk is declared without a macro... yes
  87. checking whether strsep is declared without a macro... yes
  88. checking whether strcasestr is declared without a macro... yes
  89. checking whether strtok_r is declared without a macro... yes
  90. checking whether strerror_r is declared without a macro... yes
  91. checking whether strsignal is declared without a macro... yes
  92. checking whether strverscmp is declared without a macro... yes
  93. checking whether memmem works in linear time... yes
  94. checking for memmem... (cached) yes
  95. checking whether memmem works... (cached) yes
  96. checking for struct sigaction.sa_sigaction... yes
  97. checking for volatile sig_atomic_t... yes
  98. checking for sighandler_t... yes
  99. checking whether sigaction is declared without a macro... yes
  100. checking whether sigaddset is declared without a macro... yes
  101. checking whether sigdelset is declared without a macro... yes
  102. checking whether sigemptyset is declared without a macro... yes
  103. checking whether sigfillset is declared without a macro... yes
  104. checking whether sigismember is declared without a macro... yes
  105. checking whether sigpending is declared without a macro... yes
  106. checking whether sigprocmask is declared without a macro... yes
  107. checking for sigprocmask... yes
  108. checking whether NULL can be used in arbitrary expressions... yes
  109. checking for ANSI C header files... (cached) yes
  110. checking syslog.h usability... yes
  111. checking syslog.h presence... yes
  112. checking for syslog.h... yes
  113. checking for working alloca.h... yes
  114. checking for alloca... yes
  115. checking for OpenCL... no
  116. checking for pthread_create in -lpthread... yes
  117. checking for json_loads in -ljansson... no
  118. checking for library containing addstr... -lncurses
  119. checking for yasm... false
  120. configure: yasm is required for the assembly algorithms. They will be skipped.
  121. checking for pkg-config... /usr/bin/pkg-config
  122. checking pkg-config is at least version 0.9.0... yes
  123. checking for LIBCURL... no
  124. checking for LIBCURL... no
  125. configure: error: Missing required libcurl dev >= 7.18.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement