Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./configure
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking for g++... g++
- checking whether the C++ compiler works... yes
- checking for C++ compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking for gcc... gcc
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether ln -s works... yes
- checking whether make sets $(MAKE)... yes
- checking for ranlib... ranlib
- checking for Mac OS X or WIN32 or Solaris... no
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking for pthread_mutex_init in -lpthread... yes
- checking for libssl... OpenSSL found in /usr
- checking for sqrt in -lm... yes
- checking for ANSI C header files... (cached) yes
- checking netinet/in.h usability... yes
- checking netinet/in.h presence... yes
- checking for netinet/in.h... yes
- checking for stdint.h... (cached) yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking sys/param.h usability... yes
- checking sys/param.h presence... yes
- checking for sys/param.h... yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking for unistd.h... (cached) yes
- checking sys/sysinfo.h usability... yes
- checking sys/sysinfo.h presence... yes
- checking for sys/sysinfo.h... yes
- checking sys/sysctl.h usability... yes
- checking sys/sysctl.h presence... yes
- checking for sys/sysctl.h... yes
- checking byteswap.h usability... yes
- checking byteswap.h presence... yes
- checking for byteswap.h... yes
- checking libkern/OSByteOrder.h usability... no
- checking libkern/OSByteOrder.h presence... no
- checking for libkern/OSByteOrder.h... no
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... yes
- checking for an ANSI C-conforming const... yes
- checking for size_t... yes
- checking whether time.h and sys/time.h may both be included... yes
- checking for uint16_t... yes
- checking for uint32_t... yes
- checking for uint64_t... yes
- checking for uchar_t... no
- checking for ulong_t... no
- checking if graph drawing is enabled... yes
- checking for libqwt... no
- checking whether we want to build ophcrack gui... yes
- checking for egrep... (cached) /usr/bin/grep -E
- checking for qmake-qt4... no
- checking for qmake4... no
- checking for qmake... /usr/bin/qmake
- checking for Qt4 version of qmake... /usr/bin/qmake
- checking for egrep... (cached) /usr/bin/grep -E
- checking for moc-qt4... no
- checking for moc4... no
- checking for moc... /usr/bin/moc
- checking for Qt4 version of moc... /usr/bin/moc
- checking if debugging is enabled... no
- checking for stdlib.h... (cached) yes
- checking for GNU libc compatible malloc... yes
- checking for working memcmp... yes
- checking for stdlib.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for sys/param.h... (cached) yes
- checking for getpagesize... yes
- checking for working mmap... yes
- checking sys/select.h usability... yes
- checking sys/select.h presence... yes
- checking for sys/select.h... yes
- checking sys/socket.h usability... yes
- checking sys/socket.h presence... yes
- checking for sys/socket.h... yes
- checking types of arguments for select... int,fd_set *,struct timeval *
- checking for floor... yes
- checking for gettimeofday... yes
- checking for memchr... yes
- checking for memset... yes
- checking for munmap... yes
- checking for regcomp... yes
- checking for select... yes
- checking for sqrt... yes
- checking for strchr... yes
- checking for strdup... yes
- checking for strndup... yes
- checking for strtoul... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating src/gui/gui.pro
- config.status: creating src/gui/ophcrack_win32.rc
- config.status: creating src/gui/Info.plist
- config.status: creating src/samdump2/Makefile
- config.status: creating config.h
- configure: Generating GUI Makefile with qmake
- WARNING: Failure to find: ui_ophcrackgui.h
- WARNING: Failure to find: ui_tabledialog.h
- ====================================================
- ophcrack has been successfully configured as follow
- ====================================================
- Install directory: /usr/local
- GUI: yes
- Graph display: no
- Debugging: no
- ====================================================
- Now enter 'make' to compile
- followed by 'make install' to install
Add Comment
Please, Sign In to add comment