Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. fruitiex@archive1:~/dsx/xonotic/darkplaces/.libs$ ./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... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking for gcc... gcc
  9. checking for C compiler default output file name... a.out
  10. checking whether the C compiler works... yes
  11. checking whether we are cross compiling... no
  12. checking for suffix of executables...
  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... i686-pc-linux-gnu
  20. checking host system type... i686-pc-linux-gnu
  21. checking for a sed that does not truncate output... /bin/sed
  22. checking for grep that handles long lines and -e... /bin/grep
  23. checking for egrep... /bin/grep -E
  24. checking for ld used by gcc... /usr/bin/ld
  25. checking if the linker (/usr/bin/ld) is GNU ld... yes
  26. checking for /usr/bin/ld option to reload object files... -r
  27. checking for BSD-compatible nm... /usr/bin/nm -B
  28. checking whether ln -s works... yes
  29. checking how to recognize dependent libraries... pass_all
  30. checking how to run the C preprocessor... gcc -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking dlfcn.h usability... yes
  42. checking dlfcn.h presence... yes
  43. checking for dlfcn.h... yes
  44. checking for g++... g++
  45. checking whether we are using the GNU C++ compiler... yes
  46. checking whether g++ accepts -g... yes
  47. checking dependency style of g++... gcc3
  48. checking how to run the C++ preprocessor... g++ -E
  49. checking for g77... no
  50. checking for xlf... no
  51. checking for f77... no
  52. checking for frt... no
  53. checking for pgf77... no
  54. checking for cf77... no
  55. checking for fort77... no
  56. checking for fl32... no
  57. checking for af77... no
  58. checking for xlf90... no
  59. checking for f90... no
  60. checking for pgf90... no
  61. checking for pghpf... no
  62. checking for epcf90... no
  63. checking for gfortran... no
  64. checking for g95... no
  65. checking for xlf95... no
  66. checking for f95... no
  67. checking for fort... no
  68. checking for ifort... no
  69. checking for ifc... no
  70. checking for efc... no
  71. checking for pgf95... no
  72. checking for lf95... no
  73. checking for ftn... no
  74. checking whether we are using the GNU Fortran 77 compiler... no
  75. checking whether accepts -g... no
  76. checking the maximum length of command line arguments... 98304
  77. checking command to parse /usr/bin/nm -B output from gcc object... ok
  78. checking for objdir... .libs
  79. checking for ar... ar
  80. checking for ranlib... ranlib
  81. checking for strip... strip
  82. checking if gcc supports -fno-rtti -fno-exceptions... no
  83. checking for gcc option to produce PIC... -fPIC
  84. checking if gcc PIC flag -fPIC works... yes
  85. checking if gcc static flag -static works... yes
  86. checking if gcc supports -c -o file.o... yes
  87. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  88. checking whether -lc should be explicitly linked in... no
  89. checking dynamic linker characteristics... GNU/Linux ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... yes
  94. checking whether to build static libraries... yes
  95. configure: creating libtool
  96. appending configuration tag "CXX" to libtool
  97. checking for ld used by g++... /usr/bin/ld
  98. checking if the linker (/usr/bin/ld) is GNU ld... yes
  99. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  100. checking for g++ option to produce PIC... -fPIC
  101. checking if g++ PIC flag -fPIC works... yes
  102. checking if g++ static flag -static works... yes
  103. checking if g++ supports -c -o file.o... yes
  104. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  105. checking dynamic linker characteristics... GNU/Linux ld.so
  106. (cached) (cached) checking how to hardcode library paths into programs... immediate
  107. appending configuration tag "F77" to libtool
  108. checking for library containing __gmpz_init... -lgmp
  109. configure: creating ./config.status
  110. config.status: creating Makefile
  111. config.status: creating d0_blind_id.pc
  112. config.status: creating d0_rijndael.pc
  113. config.status: executing depfiles commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement