Guest User

ophcrack ./configure arch x64

a guest
May 11th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking for g++... g++
  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 g++ accepts -g... yes
  12. checking for gcc... gcc
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking for a BSD-compatible install... /usr/bin/install -c
  17. checking whether ln -s works... yes
  18. checking whether make sets $(MAKE)... yes
  19. checking for ranlib... ranlib
  20. checking for Mac OS X or WIN32 or Solaris... no
  21. checking how to run the C preprocessor... gcc -E
  22. checking for grep that handles long lines and -e... /usr/bin/grep
  23. checking for egrep... /usr/bin/grep -E
  24. checking for ANSI C header files... yes
  25. checking for sys/types.h... yes
  26. checking for sys/stat.h... yes
  27. checking for stdlib.h... yes
  28. checking for string.h... yes
  29. checking for memory.h... yes
  30. checking for strings.h... yes
  31. checking for inttypes.h... yes
  32. checking for stdint.h... yes
  33. checking for unistd.h... yes
  34. checking whether byte ordering is bigendian... no
  35. checking for pthread_mutex_init in -lpthread... yes
  36. checking for libssl... OpenSSL found in /usr
  37. checking for sqrt in -lm... yes
  38. checking for ANSI C header files... (cached) yes
  39. checking netinet/in.h usability... yes
  40. checking netinet/in.h presence... yes
  41. checking for netinet/in.h... yes
  42. checking for stdint.h... (cached) yes
  43. checking for stdlib.h... (cached) yes
  44. checking for string.h... (cached) yes
  45. checking sys/param.h usability... yes
  46. checking sys/param.h presence... yes
  47. checking for sys/param.h... yes
  48. checking sys/time.h usability... yes
  49. checking sys/time.h presence... yes
  50. checking for sys/time.h... yes
  51. checking for unistd.h... (cached) yes
  52. checking sys/sysinfo.h usability... yes
  53. checking sys/sysinfo.h presence... yes
  54. checking for sys/sysinfo.h... yes
  55. checking sys/sysctl.h usability... yes
  56. checking sys/sysctl.h presence... yes
  57. checking for sys/sysctl.h... yes
  58. checking byteswap.h usability... yes
  59. checking byteswap.h presence... yes
  60. checking for byteswap.h... yes
  61. checking libkern/OSByteOrder.h usability... no
  62. checking libkern/OSByteOrder.h presence... no
  63. checking for libkern/OSByteOrder.h... no
  64. checking for stdbool.h that conforms to C99... yes
  65. checking for _Bool... yes
  66. checking for an ANSI C-conforming const... yes
  67. checking for size_t... yes
  68. checking whether time.h and sys/time.h may both be included... yes
  69. checking for uint16_t... yes
  70. checking for uint32_t... yes
  71. checking for uint64_t... yes
  72. checking for uchar_t... no
  73. checking for ulong_t... no
  74. checking if graph drawing is enabled... yes
  75. checking for libqwt... no
  76. checking whether we want to build ophcrack gui... yes
  77. checking for egrep... (cached) /usr/bin/grep -E
  78. checking for qmake-qt4... no
  79. checking for qmake4... no
  80. checking for qmake... /usr/bin/qmake
  81. checking for Qt4 version of qmake... /usr/bin/qmake
  82. checking for egrep... (cached) /usr/bin/grep -E
  83. checking for moc-qt4... no
  84. checking for moc4... no
  85. checking for moc... /usr/bin/moc
  86. checking for Qt4 version of moc... /usr/bin/moc
  87. checking if debugging is enabled... no
  88. checking for stdlib.h... (cached) yes
  89. checking for GNU libc compatible malloc... yes
  90. checking for working memcmp... yes
  91. checking for stdlib.h... (cached) yes
  92. checking for unistd.h... (cached) yes
  93. checking for sys/param.h... (cached) yes
  94. checking for getpagesize... yes
  95. checking for working mmap... yes
  96. checking sys/select.h usability... yes
  97. checking sys/select.h presence... yes
  98. checking for sys/select.h... yes
  99. checking sys/socket.h usability... yes
  100. checking sys/socket.h presence... yes
  101. checking for sys/socket.h... yes
  102. checking types of arguments for select... int,fd_set *,struct timeval *
  103. checking for floor... yes
  104. checking for gettimeofday... yes
  105. checking for memchr... yes
  106. checking for memset... yes
  107. checking for munmap... yes
  108. checking for regcomp... yes
  109. checking for select... yes
  110. checking for sqrt... yes
  111. checking for strchr... yes
  112. checking for strdup... yes
  113. checking for strndup... yes
  114. checking for strtoul... yes
  115. configure: creating ./config.status
  116. config.status: creating Makefile
  117. config.status: creating src/Makefile
  118. config.status: creating src/gui/gui.pro
  119. config.status: creating src/gui/ophcrack_win32.rc
  120. config.status: creating src/gui/Info.plist
  121. config.status: creating src/samdump2/Makefile
  122. config.status: creating config.h
  123. configure: Generating GUI Makefile with qmake
  124. WARNING: Failure to find: ui_ophcrackgui.h
  125. WARNING: Failure to find: ui_tabledialog.h
  126.  
  127. ====================================================
  128. ophcrack has been successfully configured as follow
  129. ====================================================
  130.  
  131.  Install directory: /usr/local
  132.  
  133.  GUI: yes
  134.  Graph display: no
  135.  Debugging: no
  136.  
  137. ====================================================
  138.  
  139. Now enter 'make' to compile
  140. followed by 'make install' to install
Add Comment
Please, Sign In to add comment