Advertisement
Guest User

Untitled

a guest
Aug 30th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. checking build system type... x86_64-unknown-linux-gnu
  2. checking host system type... x86_64-unknown-linux-gnu
  3. checking for gcc... gcc
  4. checking whether the C compiler works... yes
  5. checking for C compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking for C compiler version... 4.8
  13. checking if gcc accepts -pipe... -pipe
  14. checking if gcc accepts -ffunction-sections -fdata-sections... -ffunction-sections -fdata-sections
  15. checking how to treat C warnings as errors... -Werror
  16. checking if -ffunction-sections -fdata-sections isn't annoying... yes
  17. checking for g++... g++
  18. checking whether we are using the GNU C++ compiler... yes
  19. checking whether g++ accepts -g... yes
  20. checking for C++ compiler version... 4.8
  21. checking how to treat C++ warnings as errors... -Werror
  22. checking how to enable C++ PIC generation... -fPIC
  23. checking for ld... ld
  24. checking if binutils version >= 2.17... yes (version 2.24)
  25. checking if -shared is accepted... -shared -fPIC
  26. checking if -soname is accepted... yes
  27. checking if response files are accepted... yes
  28. checking if --as-needed is supported... -Wl,--as-needed
  29. checking if --no-as-needed is supported... -Wl,--no-as-needed
  30. checking if --gc-sections is supported... -Wl,--gc-sections
  31. checking if --large-address-aware is supported... no
  32. checking for ranlib... ranlib
  33. checking for dlltool... no
  34. checking for dllwrap... no
  35. checking for windres... no
  36. checking for strings... strings
  37. checking for objcopy... objcopy
  38. checking whether objcopy supports --long-section-names... yes
  39. checking for libtool... libtool
  40. checking for libtool... /usr/bin/libtool
  41. checking classification of /usr/bin/libtool... gnu
  42. checking for libtool... /usr/bin/libtool
  43. checking classification of /usr/bin/libtool... gnu
  44. checking how to create a directory... mkdir
  45. checking how to create a directory tree... mkdir -p
  46. checking for install... install
  47. checking whether ln -s works... yes
  48. checking for doxygen... doxygen
  49. checking for dot... no
  50. checking for socklen_t... yes
  51. checking for stdint-types... found in stdint.h
  52. creating include/psstdint.h - (just to include stdint.h)
  53. checking how to run the C preprocessor... gcc -E
  54. checking for grep that handles long lines and -e... /bin/grep
  55. checking for egrep... /bin/grep -E
  56. checking for ANSI C header files... yes
  57. checking for sys/types.h... yes
  58. checking for sys/stat.h... yes
  59. checking for stdlib.h... yes
  60. checking for string.h... yes
  61. checking for memory.h... yes
  62. checking for strings.h... yes
  63. checking for inttypes.h... yes
  64. checking for stdint.h... yes
  65. checking for unistd.h... yes
  66. checking size of long... 8
  67. checking how to enable C++ compilation warnings... -Wall
  68. checking whether to use CPU-specific optimizations... minimum
  69. checking for code generation flags... -mtune=generic
  70. checking for -mmmx flag... -mmmx
  71. checking for -msse flag... -msse
  72. checking for -msse2 flag... -msse2
  73. checking for -mfpmath=sse flag... -mfpmath=sse
  74. checking for mmintrin.h... yes
  75. checking if binutils version >= 2.16... yes (version 2.24)
  76. checking whether to split debug information... yes
  77. checking how to enable debug mode debugging symbols... -g3
  78. checking how to enable optimize mode debugging symbols... -g2
  79. checking how to enable optimizations... -O3
  80. checking if -fno-omit-frame-pointer is accepted... -fno-omit-frame-pointer
  81. checking if -ffast-math is accepted... -ffast-math
  82. checking how to treat C warnings as errors... (cached) -Werror
  83. checking how to treat C++ warnings as errors... -Werror
  84. checking for STL... yes
  85. checking how to treat C++ warnings as errors... (cached) -Werror
  86. checking how to enable C++ PIC generation... (cached) -fPIC
  87. checking for inline visibility flag... -fvisibility-inlines-hidden
  88. checking if configuration supports -fvisibility-inlines-hidden... yes
  89. checking if -fvisibility-inlines-hidden is buggy... no
  90. checking for hidden symbol visibility flag... -fvisibility=hidden
  91. checking for default symbol visibility flag... -fvisibility=default
  92. checking how to declare hidden visibility... __attribute__((visibility("hidden")))
  93. checking how to declare default visibility... __attribute__((visibility("default")))
  94. checking whether to link base g++ libraries statically... no
  95. checking for cs-config-2.1... /usr/bin/cs-config-2.1
  96. checking if Crystal Space version >= 2.1... yes (version 2.1)
  97. Failed to detect directory containing Crystal Space link libraries; aborting!
  98. Did you build Crystal Space? Did you set the CRYSTAL environment variable
  99. correctly?
  100. configure: error:
  101. *** Crystal Space could not be found or was unusable. The latest version is
  102. *** always available from http://www.crystalspace3d.org/
  103. *** Also, be sure that you have either installed Crystal Space or set the
  104. *** CRYSTAL environment variable properly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement