Advertisement
darkstar999_pastbin

tntnet ./configure

Jul 25th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.49 KB | None | 0 0
  1. $ ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking how to print strings... printf
  6. checking for gcc... gcc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gcc option to accept ISO C89... none needed
  15. checking for a sed that does not truncate output... /bin/sed
  16. checking for grep that handles long lines and -e... /bin/grep
  17. checking for egrep... /bin/grep -E
  18. checking for fgrep... /bin/grep -F
  19. checking for ld used by gcc... /usr/bin/ld
  20. checking if the linker (/usr/bin/ld) is GNU ld... yes
  21. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  22. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  23. checking whether ln -s works... yes
  24. checking the maximum length of command line arguments... 1572864
  25. checking whether the shell understands some XSI constructs... yes
  26. checking whether the shell understands "+="... yes
  27. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  28. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  29. checking for /usr/bin/ld option to reload object files... -r
  30. checking for objdump... objdump
  31. checking how to recognize dependent libraries... pass_all
  32. checking for dlltool... no
  33. checking how to associate runtime and link libraries... printf %s\n
  34. checking for ar... ar
  35. checking for archiver @FILE support... @
  36. checking for strip... strip
  37. checking for ranlib... ranlib
  38. checking for gawk... no
  39. checking for mawk... mawk
  40. checking command to parse /usr/bin/nm -B output from gcc object... ok
  41. checking for sysroot... no
  42. checking for mt... mt
  43. checking if mt is a manifest tool... no
  44. checking how to run the C preprocessor... gcc -E
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking for dlfcn.h... yes
  56. checking for objdir... .libs
  57. checking if gcc supports -fno-rtti -fno-exceptions... no
  58. checking for gcc option to produce PIC... -fPIC -DPIC
  59. checking if gcc PIC flag -fPIC -DPIC works... yes
  60. checking if gcc static flag -static works... yes
  61. checking if gcc supports -c -o file.o... yes
  62. checking if gcc supports -c -o file.o... (cached) yes
  63. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  64. checking whether -lc should be explicitly linked in... no
  65. checking dynamic linker characteristics... GNU/Linux ld.so
  66. checking how to hardcode library paths into programs... immediate
  67. checking whether stripping libraries is possible... yes
  68. checking if libtool supports shared libraries... yes
  69. checking whether to build shared libraries... yes
  70. checking whether to build static libraries... no
  71. checking for a BSD-compatible install... /usr/bin/install -c
  72. checking whether build environment is sane... yes
  73. checking for a thread-safe mkdir -p... /bin/mkdir -p
  74. checking whether make sets $(MAKE)... yes
  75. checking for style of include used by make... GNU
  76. checking dependency style of gcc... gcc3
  77. checking for library containing gethostbyname... none required
  78. checking for library containing dlopen... -ldl
  79. checking for g++... g++
  80. checking whether we are using the GNU C++ compiler... yes
  81. checking whether g++ accepts -g... yes
  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 dependency style of g++... gcc3
  95. checking for the pthreads library -lpthreads... no
  96. checking for the pthreads library -lpthread... yes
  97. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  98. checking if more special flags are required for pthreads... no
  99. checking for cc_r... gcc
  100. checking for CC_r... g++
  101. checking for C++ compiler vendor... gnu
  102. checking whether C++ compiler accepts -Wno-long-long... yes
  103. checking whether C++ compiler accepts -Wall... yes
  104. checking whether C++ compiler accepts -pedantic... yes
  105. checking zlib.h usability... yes
  106. checking zlib.h presence... yes
  107. checking for zlib.h... yes
  108. checking cxxtools/net/tcpsocket.h usability... yes
  109. checking cxxtools/net/tcpsocket.h presence... yes
  110. checking for cxxtools/net/tcpsocket.h... yes
  111. checking for fopen64... yes
  112. checking for sendfile... yes
  113. checking sys/sendfile.h usability... yes
  114. checking sys/sendfile.h presence... yes
  115. checking for sys/sendfile.h... yes
  116. checking for pkg-config... /usr/bin/pkg-config
  117. checking pkg-config is at least version 0.9.0... yes
  118. checking openssl/ssl.h usability... yes
  119. checking openssl/ssl.h presence... yes
  120. checking for openssl/ssl.h... yes
  121. building with OpenSSL support
  122. checking for setenv... yes
  123. configure: creating ./config.status
  124. config.status: creating misc/tntnet-config
  125. config.status: creating Makefile
  126. config.status: creating demo/Makefile
  127. config.status: creating demo/calc/Makefile
  128. config.status: creating demo/calcajax/Makefile
  129. config.status: creating demo/calcapp/Makefile
  130. config.status: creating demo/calci18n/Makefile
  131. config.status: creating demo/calcmvc/Makefile
  132. config.status: creating demo/chat/Makefile
  133. config.status: creating demo/comp/Makefile
  134. config.status: creating demo/config/Makefile
  135. config.status: creating demo/controls/Makefile
  136. config.status: creating demo/cookie/Makefile
  137. config.status: creating demo/gd/Makefile
  138. config.status: creating demo/hello/Makefile
  139. config.status: creating demo/mvc/Makefile
  140. config.status: creating demo/newsdb/Makefile
  141. config.status: creating demo/rajax-jquery/Makefile
  142. config.status: creating demo/savepoint/Makefile
  143. config.status: creating demo/session/Makefile
  144. config.status: creating demo/sprintf/Makefile
  145. config.status: creating demo/strings/Makefile
  146. config.status: creating demo/upload/Makefile
  147. config.status: creating doc/man/Makefile
  148. config.status: creating etc/Makefile
  149. config.status: creating framework/common/Makefile
  150. config.status: creating framework/runtime/Makefile
  151. config.status: creating framework/defcomp/Makefile
  152. config.status: creating misc/Makefile
  153. config.status: creating sdk/tools/common/Makefile
  154. config.status: creating sdk/tools/ecppc/Makefile
  155. config.status: creating sdk/tools/ecppl/Makefile
  156. config.status: creating sdk/tools/ecppll/Makefile
  157. config.status: creating test/Makefile
  158. config.status: creating framework/common/config.h
  159. config.status: framework/common/config.h is unchanged
  160. config.status: executing libtool commands
  161. config.status: executing depfiles commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement