Advertisement
Guest User

config.log

a guest
Feb 21st, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.67 KB | None | 0 0
  1. checking build system type... x86_64-unknown-linux-gnu
  2. checking host system type... x86_64-unknown-linux-gnu
  3. checking whether to compile using MPI... no
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking whether gcc understands -c and -o together... yes
  14. checking whether we are using the GNU C compiler... (cached) yes
  15. checking whether gcc accepts -g... (cached) yes
  16. checking for gcc option to accept ISO C89... (cached) none needed
  17. checking whether gcc understands -c and -o together... (cached) yes
  18. checking additional paths... -L/usr/local/lib -I/usr/local/include
  19. checking arg check macro for -m with gcc... yes
  20. checking arg check macro for -Q with gcc... yes
  21. checking if gcc supports -funroll-loops... yes
  22. checking if gcc supports -Os... yes
  23. checking if gcc supports -finline-functions... yes
  24. checking if gcc supports -Wall... yes
  25. checking if gcc supports -Wdeclaration-after-statement... yes
  26. checking if gcc supports -fomit-frame-pointer... yes
  27. checking if gcc supports --param allow-store-data-races=0... yes
  28. checking if gcc supports -Wno-deprecated-declarations... yes
  29. checking if gcc supports -Wno-format-extra-args... yes
  30. checking if gcc supports -Qunused-arguments... no
  31. checking whether ln -s works... yes
  32. checking for grep that handles long lines and -e... /bin/grep
  33. checking for a sed that does not truncate output... /bin/sed
  34. checking for GNU make... make
  35. checking whether make sets $(MAKE)... yes
  36. checking how to run the C preprocessor... gcc -E
  37. checking for a thread-safe mkdir -p... /bin/mkdir -p
  38. checking for sort... /usr/bin/sort
  39. checking for ar... /usr/bin/ar
  40. checking for find... /usr/bin/find
  41. checking for pkg-config... /usr/bin/pkg-config
  42. checking pkg-config is at least version 0.9.0... yes
  43. checking if pkg-config will be used... yes
  44. checking for egrep... /bin/grep -E
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking size of char... 1
  56. checking size of unsigned char... 1
  57. checking size of short... 2
  58. checking size of unsigned short... 2
  59. checking size of int... 4
  60. checking size of unsigned... 4
  61. checking size of unsigned int... 4
  62. checking size of long... 8
  63. checking size of long long... 8
  64. checking size of double... 8
  65. checking size of long double... 16
  66. checking size of int *... 8
  67. checking size of long long *... 8
  68. checking size of void *... 8
  69. configure: Testing build host's native CPU features
  70. checking for MMX... yes
  71. checking for SSE2... yes
  72. checking for SSSE3... yes
  73. checking for SSE4.1... yes
  74. checking for AVX... yes
  75. checking for AVX2... yes
  76. checking for XOP... no
  77. checking for arch.h alternative... x86-64.h
  78. checking whether compiler understands -march=native... yes
  79. checking for 32/64 bit... 64-bit
  80. checking for extra ASFLAGS... None needed
  81. checking for X32 ABI... no
  82. checking for unaligned memory access allowed... yes
  83. checking for byte ordering according to target triple... little
  84. checking for OPENSSL... yes
  85. checking for sqrt in -lm... yes
  86. checking for deflate in -lz... yes
  87. checking for library containing crypt... -lcrypt
  88. checking gmp.h usability... no
  89. checking gmp.h presence... no
  90. checking for gmp.h... no
  91. checking gmp/gmp.h usability... no
  92. checking gmp/gmp.h presence... no
  93. checking for gmp/gmp.h... no
  94. checking skey.h usability... no
  95. checking skey.h presence... no
  96. checking for skey.h... no
  97. checking for S/Key... using our own code
  98. checking bzlib.h usability... no
  99. checking bzlib.h presence... no
  100. checking for bzlib.h... no
  101. checking for main in -lkernel32... no
  102. checking for dlopen in -ldl... yes
  103. checking librexgen/api/c/librexgen.h usability... no
  104. checking librexgen/api/c/librexgen.h presence... no
  105. checking for librexgen/api/c/librexgen.h... no
  106. checking pcap.h usability... no
  107. checking pcap.h presence... no
  108. checking for pcap.h... no
  109. checking pcap/pcap.h usability... no
  110. checking pcap/pcap.h presence... no
  111. checking for pcap/pcap.h... no
  112. checking for pcap.h... (cached) no
  113. checking for pcap/pcap.h... (cached) no
  114. checking whether time.h and sys/time.h may both be included... yes
  115. checking whether string.h and strings.h may both be included... yes
  116. checking for EVP_aes_256_xts... yes
  117. checking for SHA256... yes
  118. checking for WHIRLPOOL... yes
  119. checking for RIPEMD160... yes
  120. checking for AES_encrypt... yes
  121. checking for EVP_sha512... yes
  122. checking for BIO_new... yes
  123. checking for gcc option to support OpenMP... -fopenmp
  124. checking additional paths for OpenCL... none
  125. checking if compiler needs -Werror to reject unknown flags... no
  126. checking for the pthreads library -lpthreads... no
  127. checking whether pthreads work without any flags... no
  128. checking whether pthreads work with -Kthread... no
  129. checking whether pthreads work with -kthread... no
  130. checking for the pthreads library -llthread... no
  131. checking whether pthreads work with -pthread... yes
  132. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  133. checking if more special flags are required for pthreads... no
  134. checking for PTHREAD_PRIO_INHERIT... yes
  135. checking whether we are using the Microsoft C compiler... no
  136. checking CL/cl.h usability... no
  137. checking CL/cl.h presence... no
  138. checking for CL/cl.h... no
  139. checking OpenCL/cl.h usability... no
  140. checking OpenCL/cl.h presence... no
  141. checking for OpenCL/cl.h... no
  142. checking windows.h usability... no
  143. checking windows.h presence... no
  144. checking for windows.h... no
  145. checking for OpenCL library... no
  146. checking additional paths for CUDA... none
  147. checking for nvcc... no
  148. checking OS.h usability... no
  149. checking OS.h presence... no
  150. checking for OS.h... no
  151. checking arpa/inet.h usability... yes
  152. checking arpa/inet.h presence... yes
  153. checking for arpa/inet.h... yes
  154. checking crypt.h usability... yes
  155. checking crypt.h presence... yes
  156. checking for crypt.h... yes
  157. checking fcntl.h usability... yes
  158. checking fcntl.h presence... yes
  159. checking for fcntl.h... yes
  160. checking limits.h usability... yes
  161. checking limits.h presence... yes
  162. checking for limits.h... yes
  163. checking locale.h usability... yes
  164. checking locale.h presence... yes
  165. checking for locale.h... yes
  166. checking net/ethernet.h usability... yes
  167. checking net/ethernet.h presence... yes
  168. checking for net/ethernet.h... yes
  169. checking netdb.h usability... yes
  170. checking netdb.h presence... yes
  171. checking for netdb.h... yes
  172. checking netinet/in.h usability... yes
  173. checking netinet/in.h presence... yes
  174. checking for netinet/in.h... yes
  175. checking netinet/in_systm.h usability... yes
  176. checking netinet/in_systm.h presence... yes
  177. checking for netinet/in_systm.h... yes
  178. checking stddef.h usability... yes
  179. checking stddef.h presence... yes
  180. checking for stddef.h... yes
  181. checking for stdint.h... (cached) yes
  182. checking for stdlib.h... (cached) yes
  183. checking for string.h... (cached) yes
  184. checking for strings.h... (cached) yes
  185. checking sys/ethernet.h usability... no
  186. checking sys/ethernet.h presence... no
  187. checking for sys/ethernet.h... no
  188. checking sys/file.h usability... yes
  189. checking sys/file.h presence... yes
  190. checking for sys/file.h... yes
  191. checking sys/param.h usability... yes
  192. checking sys/param.h presence... yes
  193. checking for sys/param.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 sys/time.h usability... yes
  198. checking sys/time.h presence... yes
  199. checking for sys/time.h... yes
  200. checking sys/timeb.h usability... yes
  201. checking sys/timeb.h presence... yes
  202. checking for sys/timeb.h... yes
  203. checking sys/times.h usability... yes
  204. checking sys/times.h presence... yes
  205. checking for sys/times.h... yes
  206. checking for sys/types.h... (cached) yes
  207. checking termios.h usability... yes
  208. checking termios.h presence... yes
  209. checking for termios.h... yes
  210. checking for unistd.h... (cached) yes
  211. checking unixlib/local.h usability... no
  212. checking unixlib/local.h presence... no
  213. checking for unixlib/local.h... no
  214. checking wchar.h usability... yes
  215. checking wchar.h presence... yes
  216. checking for wchar.h... yes
  217. checking for windows.h... (cached) no
  218. checking for net/if.h... yes
  219. checking for net/if_arp.h... yes
  220. checking for netinet/if_ether.h... yes
  221. checking for netinet/ip.h... yes
  222. checking for stdbool.h that conforms to C99... yes
  223. checking for _Bool... yes
  224. checking for inline... inline
  225. checking for int32_t... yes
  226. checking for int64_t... yes
  227. checking for off_t... yes
  228. checking for size_t... yes
  229. checking for ssize_t... yes
  230. checking for uint16_t... yes
  231. checking for uint32_t... yes
  232. checking for uint64_t... yes
  233. checking for uint8_t... yes
  234. checking for ptrdiff_t... yes
  235. checking for error_at_line... yes
  236. checking for stdlib.h... (cached) yes
  237. checking for unistd.h... (cached) yes
  238. checking for sys/param.h... (cached) yes
  239. checking for getpagesize... yes
  240. checking for working mmap... yes
  241. checking for pid_t... yes
  242. checking vfork.h usability... no
  243. checking vfork.h presence... no
  244. checking for vfork.h... no
  245. checking for fork... yes
  246. checking for vfork... yes
  247. checking for working fork... yes
  248. checking for working vfork... (cached) yes
  249. checking for fseek64... no
  250. checking for fseeko... yes
  251. checking for fseeko64... yes
  252. checking for _fseeki64... no
  253. checking for lseek64... yes
  254. checking for lseek... yes
  255. checking for ftell64... no
  256. checking for ftello... yes
  257. checking for ftello64... yes
  258. checking for _ftelli64... no
  259. checking for fopen64... yes
  260. checking for _fopen64... no
  261. checking for memmem... yes
  262. checking for sleep... yes
  263. checking for atexit... yes
  264. checking for endpwent... yes
  265. checking for floor... no
  266. checking for ftruncate... yes
  267. checking for gethostbyname... yes
  268. checking for gettimeofday... yes
  269. checking for inet_ntoa... yes
  270. checking for isascii... yes
  271. checking for mkdir... yes
  272. checking for rmdir... yes
  273. checking for setenv... yes
  274. checking for putenv... yes
  275. checking for strcasecmp... yes
  276. checking for strncasecmp... yes
  277. checking for stricmp... no
  278. checking for strcmpi... no
  279. checking for _stricmp... no
  280. checking for _strcmpi... no
  281. checking for strnicmp... no
  282. checking for strncmpi... no
  283. checking for _strnicmp... no
  284. checking for _strncmpi... no
  285. checking for strrchr... yes
  286. checking for strcspn... yes
  287. checking for strspn... yes
  288. checking for strtol... yes
  289. checking for strtoul... yes
  290. checking for strlwr... no
  291. checking for strupr... no
  292. checking for bzero... yes
  293. checking for atoll... yes
  294. checking for _atoi64... no
  295. checking for snprintf... yes
  296. checking for sprintf_s... no
  297. checking for yasm that supports "-g dwarf2 -f elf64"...
  298. checking for OS-specific feature macros needed... -D_GNU_SOURCE
  299. checking size of size_t... 8
  300. checking size of off_t... 8
  301. configure: creating ./john_build_rule.h
  302. configure: creating ./config.status
  303. config.status: creating Makefile
  304. config.status: creating aes/Makefile
  305. config.status: creating aes/aesni/Makefile
  306. config.status: creating aes/openssl/Makefile
  307. config.status: creating escrypt/Makefile
  308. config.status: creating autoconfig.h
  309. config.status: autoconfig.h is unchanged
  310. config.status: linking x86-64.h to arch.h
  311. config.status: executing default commands
  312. configure: creating ./fmt_externs.h
  313. configure: creating ./fmt_registers.h
  314. checking for john.local.conf... exists
  315.  
  316. Configured for building John the Ripper 1.8.0-jumbo-1:
  317.  
  318. Target CPU .................................. x86_64 AVX2, 64-bit LE
  319. AES-NI support .............................. depends on OpenSSL
  320. Target OS ................................... linux-gnu
  321. Cross compiling ............................. no
  322. Legacy arch header .......................... x86-64.h
  323. OpenMPI support (default disabled) .......... no
  324. Fork support ................................ yes
  325. OpenMP support .............................. yes
  326. OpenCL support .............................. no
  327. CUDA support ................................ no
  328. Generic crypt(3) format ..................... yes
  329.  
  330. Optional libraries found:
  331. Rexgen (extra cracking mode) ................ no
  332. GMP (performance for SRP formats) ........... no
  333. PCAP (vncpcap2john and SIPdump) ............. no
  334. BZ2 (gpg2john extra decompression logic) .... yes
  335.  
  336. Development options (these may hurt performance when enabled):
  337. Memdbg memory debugging settings ............ disabled
  338. AddressSanitizer ("ASAN") ................... disabled
  339.  
  340. Install missing libraries to get any needed features that were omitted.
  341.  
  342. Configure finished. Now 'make clean && make -s' to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement