Guest User

Untitled

a guest
Feb 6th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.17 KB | None | 0 0
  1. ~/Dropbox/Semestre/4_semester/Project/rcssserver-15.2.2 $ ./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... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking for g++... g++
  8. checking whether the C++ compiler works... yes
  9. checking for C++ compiler default output file name... a.out
  10. checking for suffix of executables...
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C++ compiler... yes
  14. checking whether g++ accepts -g... yes
  15. checking for style of include used by make... GNU
  16. checking dependency style of g++... gcc3
  17. checking for gawk... (cached) gawk
  18. checking for gcc... gcc
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking dependency style of gcc... gcc3
  23. checking how to run the C preprocessor... gcc -E
  24. checking whether ln -s works... yes
  25. checking whether make sets $(MAKE)... (cached) yes
  26. checking for cos in -lm... yes
  27. checking for deflate in -lz... yes
  28. checking whether the compiler implements namespaces... yes
  29. checking whether the compiler has stringstream... yes
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking for size_t... yes
  43. checking for working alloca.h... yes
  44. checking for alloca... yes
  45. checking for ANSI C header files... (cached) yes
  46. checking arpa/inet.h usability... yes
  47. checking arpa/inet.h presence... yes
  48. checking for arpa/inet.h... yes
  49. checking fcntl.h usability... yes
  50. checking fcntl.h presence... yes
  51. checking for fcntl.h... yes
  52. checking for inttypes.h... (cached) yes
  53. checking libintl.h usability... yes
  54. checking libintl.h presence... yes
  55. checking for libintl.h... yes
  56. checking for libintl.h... (cached) yes
  57. checking malloc.h usability... yes
  58. checking malloc.h presence... yes
  59. checking for malloc.h... yes
  60. checking netdb.h usability... yes
  61. checking netdb.h presence... yes
  62. checking for netdb.h... yes
  63. checking netinet/in.h usability... yes
  64. checking netinet/in.h presence... yes
  65. checking for netinet/in.h... yes
  66. checking poll.h usability... yes
  67. checking poll.h presence... yes
  68. checking for poll.h... yes
  69. checking pwd.h usability... yes
  70. checking pwd.h presence... yes
  71. checking for pwd.h... yes
  72. checking stddef.h usability... yes
  73. checking stddef.h presence... yes
  74. checking for stddef.h... yes
  75. checking for stdlib.h... (cached) yes
  76. checking sys/param.h usability... yes
  77. checking sys/param.h presence... yes
  78. checking for sys/param.h... yes
  79. checking sys/socket.h usability... yes
  80. checking sys/socket.h presence... yes
  81. checking for sys/socket.h... yes
  82. checking sys/time.h usability... yes
  83. checking sys/time.h presence... yes
  84. checking for sys/time.h... yes
  85. checking for sys/types.h... (cached) yes
  86. checking for unistd.h... (cached) yes
  87. checking for stdbool.h that conforms to C99... yes
  88. checking for _Bool... yes
  89. checking for an ANSI C-conforming const... yes
  90. checking for inline... inline
  91. checking for int16_t... yes
  92. checking for int32_t... yes
  93. checking for int8_t... yes
  94. checking for size_t... (cached) yes
  95. checking whether time.h and sys/time.h may both be included... yes
  96. checking whether struct tm is in sys/time.h or time.h... time.h
  97. checking for uint16_t... yes
  98. checking for uint32_t... yes
  99. checking for uint8_t... yes
  100. checking for socklen_t... yes
  101. checking for size_t... (cached) yes
  102. checking for pid_t... yes
  103. checking vfork.h usability... no
  104. checking vfork.h presence... no
  105. checking for vfork.h... no
  106. checking for fork... yes
  107. checking for vfork... yes
  108. checking for working fork... yes
  109. checking for working vfork... (cached) yes
  110. checking for stdlib.h... (cached) yes
  111. checking for GNU libc compatible malloc... yes
  112. checking for stdlib.h... (cached) yes
  113. checking for GNU libc compatible realloc... yes
  114. checking return type of signal handlers... void
  115. checking for strftime... yes
  116. checking for memset... yes
  117. checking for floor... yes
  118. checking for gethostbyname... yes
  119. checking for gettimeofday... yes
  120. checking for inet_ntoa... yes
  121. checking for memset... (cached) yes
  122. checking for mkdir... yes
  123. checking for pow... yes
  124. checking for rint... yes
  125. checking for socket... yes
  126. checking for sqrt... yes
  127. checking for strdup... yes
  128. checking for strerror... yes
  129. checking for flex... flex
  130. checking lex output file root... lex.yy
  131. checking lex library... -lfl
  132. checking whether yytext is a pointer... yes
  133. checking if flex is the lexer generator... yes
  134. checking for bison... bison -y
  135. checking if bison is the parser generator... yes
  136. checking build system type... x86_64-unknown-linux-gnu
  137. checking host system type... x86_64-unknown-linux-gnu
  138. checking how to print strings... printf
  139. checking for a sed that does not truncate output... /bin/sed
  140. checking for fgrep... /bin/grep -F
  141. checking for ld used by gcc... /usr/bin/ld
  142. checking if the linker (/usr/bin/ld) is GNU ld... yes
  143. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  144. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  145. checking the maximum length of command line arguments... 1572864
  146. checking whether the shell understands some XSI constructs... yes
  147. checking whether the shell understands "+="... yes
  148. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  149. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  150. checking for /usr/bin/ld option to reload object files... -r
  151. checking for objdump... objdump
  152. checking how to recognize dependent libraries... pass_all
  153. checking for dlltool... no
  154. checking how to associate runtime and link libraries... printf %s\n
  155. checking for ar... ar
  156. checking for archiver @FILE support... @
  157. checking for strip... strip
  158. checking for ranlib... ranlib
  159. checking command to parse /usr/bin/nm -B output from gcc object... ok
  160. checking for sysroot... no
  161. checking for mt... mt
  162. checking if mt is a manifest tool... no
  163. checking for dlfcn.h... yes
  164. checking for objdir... .libs
  165. checking if gcc supports -fno-rtti -fno-exceptions... no
  166. checking for gcc option to produce PIC... -fPIC -DPIC
  167. checking if gcc PIC flag -fPIC -DPIC works... yes
  168. checking if gcc static flag -static works... yes
  169. checking if gcc supports -c -o file.o... yes
  170. checking if gcc supports -c -o file.o... (cached) yes
  171. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  172. checking whether -lc should be explicitly linked in... no
  173. checking dynamic linker characteristics... GNU/Linux ld.so
  174. checking how to hardcode library paths into programs... immediate
  175. checking whether stripping libraries is possible... yes
  176. checking if libtool supports shared libraries... yes
  177. checking whether to build shared libraries... yes
  178. checking whether to build static libraries... no
  179. checking how to run the C++ preprocessor... g++ -E
  180. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  181. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  182. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  183. checking for g++ option to produce PIC... -fPIC -DPIC
  184. checking if g++ PIC flag -fPIC -DPIC works... yes
  185. checking if g++ static flag -static works... yes
  186. checking if g++ supports -c -o file.o... yes
  187. checking if g++ supports -c -o file.o... (cached) yes
  188. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  189. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  190. checking how to hardcode library paths into programs... immediate
  191. checking for boostlib >= 1.32.0... yes
  192. checking whether the Boost::System library is available... yes
  193. configure: error: Could not find a version of the library!
  194. ~/Dropbox/Semestre/4_semester/Project/rcssserver-15.2.2 $
Advertisement
Add Comment
Please, Sign In to add comment