Guest User

configure command output

a guest
Oct 25th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. [fedora@server esnacc-ng]$ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  5. checking for gawk... gawk
  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 whether gcc understands -c and -o together... yes
  18. checking for style of include used by make... GNU
  19. checking dependency style of gcc... gcc3
  20. checking for g++... g++
  21. checking whether we are using the GNU C++ compiler... yes
  22. checking whether g++ accepts -g... yes
  23. checking dependency style of g++... gcc3
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking minix/config.h usability... no
  38. checking minix/config.h presence... no
  39. checking for minix/config.h... no
  40. checking whether it is safe to define __EXTENSIONS__... yes
  41. checking for ar... ar
  42. checking the archiver (ar) interface... ar
  43. checking whether ln -s works... yes
  44. checking for flex... flex
  45. checking lex output file root... lex.yy
  46. checking lex library... none needed
  47. checking whether yytext is a pointer... no
  48. checking for bison... bison -y
  49. checking for a sed that does not truncate output... /usr/bin/sed
  50. checking for an ANSI C-conforming const... yes
  51. checking for inline... inline
  52. checking for size_t... yes
  53. checking for ANSI C header files... (cached) yes
  54. checking build system type... x86_64-unknown-linux-gnu
  55. checking host system type... x86_64-unknown-linux-gnu
  56. checking how to print strings... printf
  57. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  58. checking for fgrep... /usr/bin/grep -F
  59. checking for ld used by gcc... /usr/bin/ld
  60. checking if the linker (/usr/bin/ld) is GNU ld... yes
  61. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  62. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  63. checking the maximum length of command line arguments... 1572864
  64. checking whether the shell understands some XSI constructs... yes
  65. checking whether the shell understands "+="... yes
  66. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  67. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  68. checking for /usr/bin/ld option to reload object files... -r
  69. checking for objdump... objdump
  70. checking how to recognize dependent libraries... pass_all
  71. checking for dlltool... no
  72. checking how to associate runtime and link libraries... printf %s\n
  73. checking for archiver @FILE support... @
  74. checking for strip... strip
  75. checking for ranlib... ranlib
  76. checking command to parse /usr/bin/nm -B output from gcc object... ok
  77. checking for sysroot... no
  78. checking for mt... no
  79. checking if : is a manifest tool... no
  80. checking for dlfcn.h... yes
  81. checking for objdir... .libs
  82. checking if gcc supports -fno-rtti -fno-exceptions... no
  83. checking for gcc option to produce PIC... -fPIC -DPIC
  84. checking if gcc PIC flag -fPIC -DPIC works... yes
  85. checking if gcc static flag -static works... no
  86. checking if gcc supports -c -o file.o... yes
  87. checking if gcc supports -c -o file.o... (cached) yes
  88. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  89. checking whether -lc should be explicitly linked in... no
  90. checking dynamic linker characteristics... GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking whether stripping libraries is possible... yes
  93. checking if libtool supports shared libraries... yes
  94. checking whether to build shared libraries... yes
  95. checking whether to build static libraries... yes
  96. checking how to run the C++ preprocessor... g++ -E
  97. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  98. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  99. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  100. checking for g++ option to produce PIC... -fPIC -DPIC
  101. checking if g++ PIC flag -fPIC -DPIC works... yes
  102. checking if g++ static flag -static works... no
  103. checking if g++ supports -c -o file.o... yes
  104. checking if g++ supports -c -o file.o... (cached) yes
  105. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  106. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  107. checking how to hardcode library paths into programs... immediate
  108. checking for pow in -lm... yes
  109. checking for strchr... yes
  110. checking for getchar... yes
  111. checking for memset... yes
  112. checking for memcmp... yes
  113. checking for memcpy... yes
  114. checking whether gcc is Clang... no
  115. checking whether pthreads work with -pthread... yes
  116. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  117. checking whether more special flags are required for pthreads... no
  118. checking for PTHREAD_PRIO_INHERIT... yes
  119. checking windows.h usability... no
  120. checking windows.h presence... no
  121. checking for windows.h... no
  122. checking for C-compiler all-warnings support with -Wall... yes
  123. checking for C-compiler extra-warnings support with -Wextra... yes
  124. checking for C++-compiler all-warnings support with -Wall... yes
  125. checking for C++-compiler extra-warnings support with -Wextra... yes
  126. checking whether to build with code coverage support... no
  127. checking for xsltproc... /usr/bin/xsltproc
  128. checking that generated files are newer than configure... done
  129. configure: creating ./config.status
  130. config.status: creating Makefile
  131. config.status: creating config.h
  132. config.status: config.h is unchanged
  133. config.status: executing depfiles commands
  134. config.status: executing libtool commands
  135. [fedora@server esnacc-ng]$
Add Comment
Please, Sign In to add comment