Advertisement
Guest User

bitchx compilation error

a guest
Apr 30th, 2010
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. checking for gcc... gcc
  2. checking for C compiler default output... a.out
  3. checking whether the C compiler works... yes
  4. checking whether we are cross compiling... no
  5. checking for suffix of executables...
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C compiler... yes
  8. checking whether gcc accepts -g... yes
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking whether ln -s works... yes
  12. checking for gmake... no
  13. checking for make... make
  14. checking whether make sets ${MAKE}... yes
  15. checking how to run the C preprocessor... gcc -E
  16. checking whether gcc needs -traditional... no
  17. checking for library containing strerror... none required
  18. checking for AIX... no
  19. checking for gawk... gawk
  20. checking for getpwnam in -lsun... no
  21. checking for inet_addr in -ldgc... no
  22. checking for res_mkquery in -lresolv... yes
  23. checking for res_mkquery in -lc... yes
  24. checking for crypt in -lcrypt... yes
  25. checking for pow in -lm... yes
  26. checking for dirent.h that defines DIR... yes
  27. checking for library containing opendir... none required
  28. checking for ANSI C header files... yes
  29. checking for sys/types.h... yes
  30. checking for sys/stat.h... yes
  31. checking for stdlib.h... yes
  32. checking for string.h... yes
  33. checking for memory.h... yes
  34. checking for strings.h... yes
  35. checking for inttypes.h... yes
  36. checking for stdint.h... yes
  37. checking for unistd.h... yes
  38. checking arpa/inet.h usability... yes
  39. checking arpa/inet.h presence... yes
  40. checking for arpa/inet.h... yes
  41. checking net/if.h usability... yes
  42. checking net/if.h presence... yes
  43. checking for net/if.h... yes
  44. checking sys/time.h usability... yes
  45. checking sys/time.h presence... yes
  46. checking for sys/time.h... yes
  47. checking sys/fcntl.h usability... yes
  48. checking sys/fcntl.h presence... yes
  49. checking for sys/fcntl.h... yes
  50. checking fcntl.h usability... yes
  51. checking fcntl.h presence... yes
  52. checking for fcntl.h... yes
  53. checking sys/file.h usability... yes
  54. checking sys/file.h presence... yes
  55. checking for sys/file.h... yes
  56. checking sys/syslimits.h usability... no
  57. checking sys/syslimits.h presence... no
  58. checking for sys/syslimits.h... no
  59. checking netinet/in_systm.h usability... yes
  60. checking netinet/in_systm.h presence... yes
  61. checking for netinet/in_systm.h... yes
  62. checking sys/in_systm.h usability... no
  63. checking sys/in_systm.h presence... no
  64. checking for sys/in_systm.h... no
  65. checking netdb.h usability... yes
  66. checking netdb.h presence... yes
  67. checking for netdb.h... yes
  68. checking sys/un.h usability... yes
  69. checking sys/un.h presence... yes
  70. checking for sys/un.h... yes
  71. checking sys/filio.h usability... no
  72. checking sys/filio.h presence... no
  73. checking for sys/filio.h... no
  74. checking regex.h usability... yes
  75. checking regex.h presence... yes
  76. checking for regex.h... yes
  77. checking resolv.h usability... yes
  78. checking resolv.h presence... yes
  79. checking for resolv.h... yes
  80. checking arpa/nameser.h usability... yes
  81. checking arpa/nameser.h presence... yes
  82. checking for arpa/nameser.h... yes
  83. checking dirent.h usability... yes
  84. checking dirent.h presence... yes
  85. checking for dirent.h... yes
  86. checking sys/ndir.h usability... no
  87. checking sys/ndir.h presence... no
  88. checking for sys/ndir.h... no
  89. checking sys/dir.h usability... yes
  90. checking sys/dir.h presence... yes
  91. checking for sys/dir.h... yes
  92. checking ndir.h usability... no
  93. checking ndir.h presence... no
  94. checking for ndir.h... no
  95. checking for stpcpy in string.h... yes
  96. checking for getpgid in unistd.h... no
  97. checking for killpg in signal.h... yes
  98. checking for getpass in unistd.h... yes
  99. checking for errno in errno.h... no
  100. checking for struct linger in sys/socket.h... yes
  101. checking for sun_len in sys/un.h... no
  102. checking for bcopy in string.h... yes
  103. checking for gcc option to accept ANSI C... none needed
  104. checking for an ANSI C-conforming const... yes
  105. checking for uid_t in sys/types.h... yes
  106. checking for inline... inline
  107. checking for mode_t... yes
  108. checking for off_t... yes
  109. checking for pid_t... yes
  110. checking for size_t... yes
  111. checking return type of signal handlers... void
  112. checking for sys_siglist declaration in signal.h or unistd.h... yes
  113. checking whether time.h and sys/time.h may both be included... yes
  114. checking for unsigned int... yes
  115. checking size of unsigned int... 4
  116. checking for working alloca.h... yes
  117. checking for alloca... yes
  118. checking whether getpgrp requires zero arguments... yes
  119. checking whether setpgrp takes no argument... yes
  120. checking for strftime... yes
  121. checking for socket... yes
  122. checking for gethostname... yes
  123. checking for gettimeofday... yes
  124. checking for strtoul... yes
  125. checking for strlcpy... no
  126. checking for strlcat... no
  127. checking for stpcpy... yes
  128. checking for vsnprintf... yes
  129. checking for snprintf... yes
  130. checking for setsid... yes
  131. checking for strerror... yes
  132. checking for uname... yes
  133. checking for getrusage... yes
  134. checking for sysconf... yes
  135. checking for getpgid... yes
  136. checking for killpg... yes
  137. checking for getlogin... yes
  138. checking for realpath... yes
  139. checking for fchdir... yes
  140. checking for getpass... yes
  141. checking for fpathconf... yes
  142. checking for getpwent... yes
  143. checking for setvbuf... yes
  144. checking for select... yes
  145. checking for mkstemp... yes
  146. checking for memmove... yes
  147. checking for scandir... yes
  148. checking for gethostbyname... yes
  149. checking for connect... yes
  150. checking for inet_aton... yes
  151. checking whether setvbuf arguments are reversed... no
  152. checking for non-blocking type... posix
  153. checking for a list of signal names... yes
  154. checking whether to enable GTK support... no
  155. checking whether to enable Win32 GUI support... no
  156. checking whether to enable OS/2 PM support... no
  157. checking whether to enable sound support... no
  158. checking whether to enable SSL support... no
  159. checking whether to use use tgetent or setupterm... setupterm
  160. checking for setupterm in -lncurses... no
  161. checking for setupterm in -lcurses... no
  162. checking for tgetent in -ltinfo... no
  163. checking for tgetent in -lmytinfo... no
  164. checking for setupterm in -ltinfo... no
  165. configure: WARNING: cannot find setupterm - trying tgetent
  166. checking for tgetent in -ltermlib... no
  167. checking for tgetent in -ltermcap... no
  168. checking for tgetent in -lcurses... no
  169. configure: error: cannot find setupterm or tgetent
  170. ice@ice-desktop:~/BitchX$ sudo make
  171. /usr/local/bin/bash ./configure
  172. make: /usr/local/bin/bash: Command not found
  173. make: *** [default] Error 127
  174. ice@ice-desktop:~/BitchX$ sudo gmake
  175. sudo: gmake: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement