Advertisement
Guest User

Untitled

a guest
May 5th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 KB | None | 0 0
  1. $ ./configure
  2. Configuring for Release 1.11
  3. checking build system type... x86_64-unknown-linux-gnu
  4. checking host system type... x86_64-unknown-linux-gnu
  5. checking target system type... x86_64-unknown-linux-gnu
  6. checking whether make sets $(MAKE)... yes
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking for bison... bison -y
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking for flex... flex
  19. checking lex output file root... lex.yy
  20. checking lex library... none needed
  21. checking whether yytext is a pointer... no
  22. ./configure: line 3958: LT_INIT: command not found
  23. checking for mail... /bin/mail
  24. checking for sh... /bin/sh
  25. checking for perl... /usr/bin/perl
  26. checking how to run the C preprocessor... gcc -E
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking for socket... yes
  30. Socket stuff apparently in C library
  31. checking for long file names... yes
  32. checking for dirent.h that defines DIR... yes
  33. checking for library containing opendir... none required
  34. checking for ANSI C header files... yes
  35. checking for sys/types.h... yes
  36. checking for sys/stat.h... yes
  37. checking for stdlib.h... yes
  38. checking for string.h... yes
  39. checking for memory.h... yes
  40. checking for strings.h... yes
  41. checking for inttypes.h... yes
  42. checking for stdint.h... yes
  43. checking for unistd.h... yes
  44. checking fcntl.h usability... yes
  45. checking fcntl.h presence... yes
  46. checking for fcntl.h... yes
  47. checking limits.h usability... yes
  48. checking limits.h presence... yes
  49. checking for limits.h... yes
  50. checking malloc.h usability... yes
  51. checking malloc.h presence... yes
  52. checking for malloc.h... yes
  53. checking for stdlib.h... (cached) yes
  54. checking termio.h usability... yes
  55. checking termio.h presence... yes
  56. checking for termio.h... yes
  57. checking termios.h usability... yes
  58. checking termios.h presence... yes
  59. checking for termios.h... yes
  60. checking ulimit.h usability... yes
  61. checking ulimit.h presence... yes
  62. checking for ulimit.h... yes
  63. checking for unistd.h... (cached) yes
  64. checking utime.h usability... yes
  65. checking utime.h presence... yes
  66. checking for utime.h... yes
  67. checking wait.h usability... yes
  68. checking wait.h presence... yes
  69. checking for wait.h... yes
  70. checking sys/ioctl.h usability... yes
  71. checking sys/ioctl.h presence... yes
  72. checking for sys/ioctl.h... yes
  73. checking sys/select.h usability... yes
  74. checking sys/select.h presence... yes
  75. checking for sys/select.h... yes
  76. checking sys/time.h usability... yes
  77. checking sys/time.h presence... yes
  78. checking for sys/time.h... yes
  79. checking sys/utime.h usability... no
  80. checking sys/utime.h presence... no
  81. checking for sys/utime.h... no
  82. checking sys/mman.h usability... yes
  83. checking sys/mman.h presence... yes
  84. checking for sys/mman.h... yes
  85. checking sys/resource.h usability... yes
  86. checking sys/resource.h presence... yes
  87. checking for sys/resource.h... yes
  88. checking for an ANSI C-conforming const... yes
  89. checking for inline... inline
  90. checking whether byte ordering is bigendian... no
  91. checking size of int... 4
  92. checking size of short... 2
  93. checking size of long... 8
  94. checking size of unsigned... 4
  95. checking size of unsigned short... 2
  96. checking size of unsigned long... 8
  97. checking size of int *... 8
  98. checking for off_t... yes
  99. checking for uid_t in sys/types.h... yes
  100. checking type of array argument to getgroups... gid_t
  101. checking whether time.h and sys/time.h may both be included... yes
  102. checking whether struct tm is in sys/time.h or time.h... time.h
  103. checking for struct tm.tm_zone... yes
  104. checking for pid_t... yes
  105. checking pid_t isnt unsigned... No it isnt
  106. checking getgroups args are the same size as gid_t... they are
  107. checking return type of sprintf... Returns int
  108. checking sys_errlist defined in stdio.h... it is
  109. checking for memcpy... yes
  110. checking for bcopy... yes
  111. checking for strchr... yes
  112. checking for X... no
  113. checking for wrefresh in -lcurses... no
  114. checking for wrefresh in -lncurses... no
  115. checking for wrefresh in -lcurses... (cached) no
  116. checking for doupdate in -lc... no
  117. checking curses overlap bug... I think it fails
  118. checking libxml2/libxml/xmlexports.h usability... no
  119. checking libxml2/libxml/xmlexports.h presence... no
  120. checking for libxml2/libxml/xmlexports.h... no
  121. checking maximum shared memory size... 134217728
  122. checking maximum number of messages on message queue... 1638
  123. checking maximum number of semaphores per id... 250
  124. Cutting that back to 200
  125. checking for printenv... printenv
  126. checking for env... (cached) printenv
  127. Allocated initial 20000 jobs
  128. checking for atexit... yes
  129. checking for fchmod... yes
  130. checking for fchown... yes
  131. checking for fgetc... yes
  132. checking for ftruncate... yes
  133. checking for getgroups... yes
  134. checking for seteuid... yes
  135. checking for setreuid... yes
  136. checking for lstat... yes
  137. checking for setrlimit... yes
  138. checking for crypt... no
  139. checking for crypt in -lcrypt... yes
  140. checking for getspent... yes
  141. checking whether getpgrp requires zero arguments... yes
  142. checking whether setpgrp takes no argument... yes
  143. checking return type of signal handlers... void
  144. checking for utime.h... (cached) yes
  145. checking whether utime accepts a null argument... yes
  146. checking for sigaction... yes
  147. checking for sigvector... no
  148. checking for sigvec... yes
  149. checking for sigset... yes
  150. checking for waitpid... yes
  151. struct sigaction has sa_sigaction member
  152. checking Can find f.d. of directory... dirfd seems OK
  153. configure: creating ./config.status
  154. config.status: creating Makefile
  155. config.status: creating ingnubatch.conf
  156. config.status: WARNING: ingnubatch.conf contains a reference to the variable `datarootdir'
  157. which seems to be undefined. Please make sure it is defined
  158. config.status: creating util/Makefile
  159. config.status: creating src/Makefile
  160. config.status: creating src/helpmsg/Makefile
  161. config.status: creating src/hdrs/infiles.h
  162. config.status: creating src/lib/Makefile
  163. config.status: creating src/ins/Makefile
  164. config.status: creating src/gtk/Makefile
  165. config.status: creating src/motif/Makefile
  166. config.status: creating src/apilib/Makefile
  167. config.status: creating src/loccgi/Makefile
  168. config.status: creating src/remcgi/Makefile
  169. config.status: creating doc/Makefile
  170. config.status: creating Netinst
  171. config.status: creating Checkuserinst
  172. config.status: creating Userinst
  173. config.status: creating STARTUP/Startdirs
  174. config.status: creating config.h
  175. config.status: executing src/hdrs/files.h commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement