Advertisement
vinicius_souza

./configure

Nov 19th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.01 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... no
  5. checking for mawk... mawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking for gcc... gcc
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking for style of include used by make... GNU
  18. checking dependency style of gcc... gcc3
  19. checking build system type... x86_64-unknown-linux-gnu
  20. checking host system type... x86_64-unknown-linux-gnu
  21. checking how to print strings... printf
  22. checking for a sed that does not truncate output... /bin/sed
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for fgrep... /bin/grep -F
  26. checking for ld used by gcc... /usr/bin/ld
  27. checking if the linker (/usr/bin/ld) is GNU ld... yes
  28. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  29. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  30. checking whether ln -s works... yes
  31. checking the maximum length of command line arguments... 1572864
  32. checking whether the shell understands some XSI constructs... yes
  33. checking whether the shell understands "+="... yes
  34. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  35. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  36. checking for /usr/bin/ld option to reload object files... -r
  37. checking for objdump... objdump
  38. checking how to recognize dependent libraries... pass_all
  39. checking for dlltool... no
  40. checking how to associate runtime and link libraries... printf %s\n
  41. checking for ar... ar
  42. checking for archiver @FILE support... @
  43. checking for strip... strip
  44. checking for ranlib... ranlib
  45. checking command to parse /usr/bin/nm -B output from gcc object... ok
  46. checking for sysroot... no
  47. checking for mt... mt
  48. checking if mt is a manifest tool... no
  49. checking how to run the C preprocessor... gcc -E
  50. checking for ANSI C header files... yes
  51. checking for sys/types.h... yes
  52. checking for sys/stat.h... yes
  53. checking for stdlib.h... yes
  54. checking for string.h... yes
  55. checking for memory.h... yes
  56. checking for strings.h... yes
  57. checking for inttypes.h... yes
  58. checking for stdint.h... yes
  59. checking for unistd.h... yes
  60. checking for dlfcn.h... yes
  61. checking for objdir... .libs
  62. checking if gcc supports -fno-rtti -fno-exceptions... no
  63. checking for gcc option to produce PIC... -fPIC -DPIC
  64. checking if gcc PIC flag -fPIC -DPIC works... yes
  65. checking if gcc static flag -static works... yes
  66. checking if gcc supports -c -o file.o... yes
  67. checking if gcc supports -c -o file.o... (cached) yes
  68. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  69. checking whether -lc should be explicitly linked in... no
  70. checking dynamic linker characteristics... GNU/Linux ld.so
  71. checking how to hardcode library paths into programs... immediate
  72. checking whether stripping libraries is possible... yes
  73. checking if libtool supports shared libraries... yes
  74. checking whether to build shared libraries... yes
  75. checking whether to build static libraries... yes
  76. checking for inline... inline
  77. checking whether gcc and cc understand -c and -o together... yes
  78. checking for g++... g++
  79. checking whether we are using the GNU C++ compiler... yes
  80. checking whether g++ accepts -g... yes
  81. checking dependency style of g++... gcc3
  82. checking how to run the C++ preprocessor... g++ -E
  83. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  84. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  85. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  86. checking for g++ option to produce PIC... -fPIC -DPIC
  87. checking if g++ PIC flag -fPIC -DPIC works... yes
  88. checking if g++ static flag -static works... yes
  89. checking if g++ supports -c -o file.o... yes
  90. checking if g++ supports -c -o file.o... (cached) yes
  91. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  92. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  93. checking how to hardcode library paths into programs... immediate
  94. checking for pkg-config... /usr/bin/pkg-config
  95. checking pkg-config is at least version 0.9.0... yes
  96. checking for LIBUSB... yes
  97. checking for CRYPTO... yes
  98. checking for GLIB... yes
  99. configure: installing udev rules in /lib/udev/rules.d
  100. checking for IMAGING... yes
  101. configure: ** Using pixman for imaging
  102. configure: ** upekts driver enabled
  103. configure:    upeke2 driver disabled
  104. configure: ** upektc driver enabled
  105. configure: ** upeksonly driver enabled
  106. configure: ** vcom5s driver enabled
  107. configure: ** uru4000 driver enabled
  108. configure:    fdu2000 driver disabled
  109. configure: ** aes1610 driver enabled
  110. configure: ** aes1660 driver enabled
  111. configure: ** aes2501 driver enabled
  112. configure: ** aes2550/aes2810 driver enabled
  113. configure: ** aes2660 driver enabled
  114. configure: ** aes3500 driver enabled
  115. configure: ** aes4000 driver enabled
  116. configure: ** vfs101 driver enabled
  117. configure: ** vfs301 driver enabled
  118. configure: ** upektc_img driver enabled
  119. configure: ** etes603 driver enabled
  120. configure: ** aeslib helper functions enabled
  121. configure: ** aesX660 common routines enabled
  122. configure: ** aes3k common routines enabled
  123. configure: creating ./config.status
  124. config.status: creating libfprint.pc
  125. config.status: creating Makefile
  126. config.status: creating libfprint/Makefile
  127. config.status: creating examples/Makefile
  128. config.status: creating doc/Makefile
  129. config.status: creating config.h
  130. config.status: executing depfiles commands
  131. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement