Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 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 target system type... mtalpha-unknown-none
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking whether UID '1000' is supported by ustar format... yes
  11. checking whether GID '1000' is supported by ustar format... yes
  12. checking how to create a ustar tar archive... gnutar
  13. checking whether make supports nested variables... (cached) yes
  14. checking for ranlib... ranlib
  15. checking for a sed that does not truncate output... /usr/bin/sed
  16. checking for a Python interpreter with version >= 2.6... python
  17. checking for python... /usr/bin/python
  18. checking for python version... 2.7
  19. checking for python platform... linux2
  20. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  21. checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
  22. checking for help2man... no
  23. checking for rst2man... no
  24. checking for rst2man.py... no
  25. checking for tbl... tbl
  26. checking for groff... groff
  27. checking for ps2pdf... ps2pdf
  28. checking whether the C++ compiler works... yes
  29. checking for C++ compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C++ compiler... yes
  34. checking whether g++ accepts -g... yes
  35. checking for style of include used by make... GNU
  36. checking dependency style of g++... gcc3
  37. checking how to run the C++ preprocessor... g++ -E
  38. checking for grep that handles long lines and -e... /usr/bin/grep
  39. checking for egrep... /usr/bin/grep -E
  40. checking for ANSI C header files... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking minix/config.h usability... no
  51. checking minix/config.h presence... no
  52. checking for minix/config.h... no
  53. checking whether it is safe to define __EXTENSIONS__... yes
  54. checking whether the compiler supports GCC C++ ABI name demangling... yes
  55. checking whether g++ -std=gnu++11 supports range-based for loops... yes
  56. checking whether g++ -std=gnu++11 supports auto and decltype declarations... yes
  57. checking whether g++ -std=gnu++11 supports double right angle brackets in template uses (a<b<int>>)... yes
  58. checking whether g++ -std=gnu++11 supports initializer lists... yes
  59. checking whether g++ -std=gnu++11 supports static_assert... yes
  60. checking whether g++ -std=gnu++11 supports constructor reuse... yes
  61. checking whether g++ -std=gnu++11 supports move references... yes
  62. checking whether g++ -std=gnu++11 supports std::array... yes
  63. checking whether g++ -std=gnu++11 supports threads... no
  64. checking whether g++ -std=gnu++0x supports range-based for loops... yes
  65. checking whether g++ -std=gnu++0x supports auto and decltype declarations... yes
  66. checking whether g++ -std=gnu++0x supports double right angle brackets in template uses (a<b<int>>)... yes
  67. checking whether g++ -std=gnu++0x supports initializer lists... yes
  68. checking whether g++ -std=gnu++0x supports static_assert... yes
  69. checking whether g++ -std=gnu++0x supports constructor reuse... yes
  70. checking whether g++ -std=gnu++0x supports move references... yes
  71. checking whether g++ -std=gnu++0x supports std::array... yes
  72. checking whether g++ -std=gnu++0x supports threads... no
  73. checking whether g++ -std=c++11 supports range-based for loops... yes
  74. checking whether g++ -std=c++11 supports auto and decltype declarations... yes
  75. checking whether g++ -std=c++11 supports double right angle brackets in template uses (a<b<int>>)... yes
  76. checking whether g++ -std=c++11 supports initializer lists... yes
  77. checking whether g++ -std=c++11 supports static_assert... yes
  78. checking whether g++ -std=c++11 supports constructor reuse... yes
  79. checking whether g++ -std=c++11 supports move references... yes
  80. checking whether g++ -std=c++11 supports std::array... yes
  81. checking whether g++ -std=c++11 supports threads... no
  82. checking whether g++ -std=c++0x supports range-based for loops... yes
  83. checking whether g++ -std=c++0x supports auto and decltype declarations... yes
  84. checking whether g++ -std=c++0x supports double right angle brackets in template uses (a<b<int>>)... yes
  85. checking whether g++ -std=c++0x supports initializer lists... yes
  86. checking whether g++ -std=c++0x supports static_assert... yes
  87. checking whether g++ -std=c++0x supports constructor reuse... yes
  88. checking whether g++ -std=c++0x supports move references... yes
  89. checking whether g++ -std=c++0x supports std::array... yes
  90. checking whether g++ -std=c++0x supports threads... no
  91. configure: error: *** A compiler with support for C++11 language features is required.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement