Advertisement
vinicius_souza

./autogen.sh

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