Guest User

Untitled

a guest
Aug 6th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. ./configure --prefix=/opt/local CC=gcc
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. configure: No $CFLAGS set... using "-Os -W -Wall" for GCC
  12. configure: Checking if compiler 'gcc' supports -Wno-pointer-sign
  13. configure: Setting -Wno-pointer-sign
  14. configure: Checking if compiler 'gcc' supports -fno-strict-overflow
  15. configure: Setting -fno-strict-overflow
  16. configure: Checking for available hardened build flags:
  17. configure: Setting -fPIE
  18. configure: Setting -Wl,-pie
  19. configure: Not setting -Wl,-z,now -Wl,-z,relro
  20. configure: Setting -fstack-protector --param=ssp-buffer-size=4
  21. configure: Setting -D_FORTIFY_SOURCE=2
  22. configure: Not setting -mfunction-return=thunk
  23. configure: Not setting -mindirect-branch=thunk
  24. checking for special C compiler options needed for large files... no
  25. checking for _FILE_OFFSET_BITS value needed for large files... no
  26. checking build system type... mips-sgi-irix6.5
  27. checking host system type... mips-sgi-irix6.5
  28. checking for ar... ar
  29. checking for ranlib... ranlib
  30. checking for strip... strip
  31. checking for install... install
  32. checking how to run the C preprocessor... gcc -E
  33. checking for grep that handles long lines and -e... /sbin/grep
  34. checking for egrep... /sbin/grep -E
  35. checking for ANSI C header files... yes
  36. checking for sys/types.h... yes
  37. checking for sys/stat.h... yes
  38. checking for stdlib.h... yes
  39. checking for string.h... yes
  40. checking for memory.h... yes
  41. checking for strings.h... yes
  42. checking for inttypes.h... yes
  43. checking for stdint.h... yes
  44. checking for unistd.h... yes
  45. checking whether __UCLIBC__ is declared... no
  46. checking for crypt... yes
  47. checking for crypt in -lcrypt... yes
  48. checking for deflate in -lz... yes
  49. configure: Enabling zlib
  50. configure: Disabling PAM
  51. configure: Using openpty if available
  52. checking for library containing openpty... no
  53. configure: Enabling syslog
  54. checking shadow.h usability... yes
  55. checking shadow.h presence... yes
  56. checking for shadow.h... yes
  57. configure: Using shadow passwords if available
  58. checking for ANSI C header files... (cached) yes
  59. checking for sys/wait.h that is POSIX.1 compatible... yes
  60. checking netinet/in.h usability... yes
  61. checking netinet/in.h presence... yes
  62. checking for netinet/in.h... yes
  63. checking netinet/tcp.h usability... yes
  64. checking netinet/tcp.h presence... no
  65. configure: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!
  66. configure: WARNING: netinet/tcp.h: proceeding with the compiler's result
  67. checking for netinet/tcp.h... yes
  68. checking crypt.h usability... yes
  69. checking crypt.h presence... yes
  70. checking for crypt.h... yes
  71. checking pty.h usability... no
  72. checking pty.h presence... no
  73. checking for pty.h... no
  74. checking libutil.h usability... no
  75. checking libutil.h presence... no
  76. checking for libutil.h... no
  77. checking libgen.h usability... yes
  78. checking libgen.h presence... yes
  79. checking for libgen.h... yes
  80. checking for inttypes.h... (cached) yes
  81. checking stropts.h usability... yes
  82. checking stropts.h presence... yes
  83. checking for stropts.h... yes
  84. checking utmp.h usability... yes
  85. checking utmp.h presence... yes
  86. checking for utmp.h... yes
  87. checking utmpx.h usability... yes
  88. checking utmpx.h presence... yes
  89. checking for utmpx.h... yes
  90. checking lastlog.h usability... yes
  91. checking lastlog.h presence... yes
  92. checking for lastlog.h... yes
  93. checking paths.h usability... yes
  94. checking paths.h presence... yes
  95. checking for paths.h... yes
  96. checking util.h usability... no
  97. checking util.h presence... no
  98. checking for util.h... no
  99. checking netdb.h usability... yes
  100. checking netdb.h presence... yes
  101. checking for netdb.h... yes
  102. checking security/pam_appl.h usability... no
  103. checking security/pam_appl.h presence... no
  104. checking for security/pam_appl.h... no
  105. checking pam/pam_appl.h usability... no
  106. checking pam/pam_appl.h presence... no
  107. checking for pam/pam_appl.h... no
  108. checking netinet/in_systm.h usability... yes
  109. checking netinet/in_systm.h presence... yes
  110. checking for netinet/in_systm.h... yes
  111. checking sys/uio.h usability... yes
  112. checking sys/uio.h presence... yes
  113. checking for sys/uio.h... yes
  114. checking linux/pkt_sched.h usability... no
  115. checking linux/pkt_sched.h presence... no
  116. checking for linux/pkt_sched.h... no
  117. checking for an ANSI C-conforming const... yes
  118. checking for uid_t in sys/types.h... yes
  119. checking for mode_t... yes
  120. checking for pid_t... yes
  121. checking for size_t... yes
  122. checking whether time.h and sys/time.h may both be included... yes
  123. checking for uint8_t... yes
  124. checking for u_int8_t... yes
  125. checking for uint16_t... yes
  126. checking for u_int16_t... yes
  127. checking for uint32_t... yes
  128. checking for u_int32_t... yes
  129. checking for struct sockaddr_storage... no
  130. checking for socklen_t... yes
  131. checking for struct sockaddr_storage... yes
  132. checking for struct sockaddr_in6... yes
  133. checking for struct in6_addr... yes
  134. checking for struct addrinfo... yes
  135. checking for gai_strerror... yes
  136. checking for struct utmp.ut_host... no
  137. checking for struct utmp.ut_pid... yes
  138. checking for struct utmp.ut_type... yes
  139. checking for struct utmp.ut_tv... no
  140. checking for struct utmp.ut_id... yes
  141. checking for struct utmp.ut_addr... no
  142. checking for struct utmp.ut_addr_v6... no
  143. checking for struct utmp.ut_exit... yes
  144. checking for struct utmp.ut_time... yes
  145. checking for struct utmpx.ut_host... yes
  146. checking for struct utmpx.ut_syslen... yes
  147. checking for struct utmpx.ut_type... yes
  148. checking for struct utmpx.ut_id... yes
  149. checking for struct utmpx.ut_addr... no
  150. checking for struct utmpx.ut_addr_v6... no
  151. checking for struct utmpx.ut_time... no
  152. checking for struct utmpx.ut_tv... yes
  153. checking for struct sockaddr_storage.ss_family... yes
  154. checking for endutent... yes
  155. checking for getutent... yes
  156. checking for getutid... yes
  157. checking for getutline... yes
  158. checking for pututline... yes
  159. checking for setutent... yes
  160. checking for utmpname... yes
  161. checking for endutxent... yes
  162. checking for getutxent... yes
  163. checking for getutxid... yes
  164. checking for getutxline... yes
  165. checking for pututxline... yes
  166. checking for setutxent... yes
  167. checking for utmpxname... yes
  168. checking for logout... no
  169. checking for updwtmp... yes
  170. checking for logwtmp... no
  171. checking mach/mach_time.h usability... no
  172. checking mach/mach_time.h presence... no
  173. checking for mach/mach_time.h... no
  174. checking for mach_absolute_time... no
  175. checking for explicit_bzero... no
  176. checking for memset_s... no
  177. checking for mp_exptmod in -ltommath... no
  178. checking for register_cipher in -ltomcrypt... no
  179. checking for library containing login... no
  180. checking for logout... (cached) no
  181. checking for updwtmp... (cached) yes
  182. checking for logwtmp... (cached) no
  183. checking if your system defines LASTLOG_FILE... no
  184. checking if your system defines _PATH_LASTLOG... yes
  185. checking if your system defines UTMP_FILE... yes
  186. checking if your system defines WTMP_FILE... yes
  187. checking if your system defines UTMPX_FILE... yes
  188. checking if your system defines WTMPX_FILE... yes
  189. checking whether gcc needs -traditional... no
  190. checking for working memcmp... yes
  191. checking sys/select.h usability... yes
  192. checking sys/select.h presence... yes
  193. checking for sys/select.h... yes
  194. checking sys/socket.h usability... yes
  195. checking sys/socket.h presence... yes
  196. checking for sys/socket.h... yes
  197. checking types of arguments for select... int,fd_set *,struct timeval *
  198. checking for getpass... yes
  199. checking for getspnam... yes
  200. checking for getusershell... no
  201. checking for putenv... yes
  202. checking for clearenv... no
  203. checking for strlcpy... yes
  204. checking for strlcat... yes
  205. checking for daemon... no
  206. checking for basename... no
  207. checking for _getpty... yes
  208. checking for getaddrinfo... yes
  209. checking for freeaddrinfo... yes
  210. checking for getnameinfo... yes
  211. checking for fork... yes
  212. checking for writev... yes
  213. checking for getgrouplist... no
  214. checking for library containing basename... -lgen
  215. Illegal option -- v
  216. Usage: mkdir [-m mode] [-p] dirname ...
  217. configure: creating ./config.status
  218. config.status: creating Makefile
  219. config.status: creating libtomcrypt/Makefile
  220. config.status: creating libtommath/Makefile
  221. config.status: creating config.h
  222. config.status: config.h is unchanged
  223. configure:
  224. configure: Using bundled libtomcrypt and libtommath
  225. configure:
  226. configure: Now edit options.h to choose features.
Add Comment
Please, Sign In to add comment