Guest User

Untitled

a guest
Sep 25th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. root@nlxvps5:~/ices-0.4# ./configure
  2. checking for gcc... gcc
  3. checking for C compiler default output file name... a.out
  4. checking whether the C compiler works... yes
  5. checking whether we are cross compiling... no
  6. checking for suffix of executables...
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ANSI C... none needed
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether make sets $(MAKE)... yes
  13. checking build system type... x86_64-unknown-linux-gnu
  14. checking host system type... x86_64-unknown-linux-gnu
  15. checking how to run the C preprocessor... gcc -E
  16. checking for egrep... grep -E
  17. checking for AIX... no
  18. checking for library containing strerror... none required
  19. checking for ANSI C header files... yes
  20. checking for sys/types.h... yes
  21. checking for sys/stat.h... yes
  22. checking for stdlib.h... yes
  23. checking for string.h... yes
  24. checking for memory.h... yes
  25. checking for strings.h... yes
  26. checking for inttypes.h... yes
  27. checking for stdint.h... yes
  28. checking for unistd.h... yes
  29. checking minix/config.h usability... no
  30. checking minix/config.h presence... no
  31. checking for minix/config.h... no
  32. checking for an ANSI C-conforming const... yes
  33. checking whether byte ordering is bigendian... no
  34. checking for inline... inline
  35. checking for sys/wait.h that is POSIX.1 compatible... yes
  36. checking errno.h usability... yes
  37. checking errno.h presence... yes
  38. checking for errno.h... yes
  39. checking fcntl.h usability... yes
  40. checking fcntl.h presence... yes
  41. checking for fcntl.h... yes
  42. checking signal.h usability... yes
  43. checking signal.h presence... yes
  44. checking for signal.h... yes
  45. checking sys/signal.h usability... yes
  46. checking sys/signal.h presence... yes
  47. checking for sys/signal.h... yes
  48. checking sys/socket.h usability... yes
  49. checking sys/socket.h presence... yes
  50. checking for sys/socket.h... yes
  51. checking for sys/stat.h... (cached) yes
  52. checking sys/time.h usability... yes
  53. checking sys/time.h presence... yes
  54. checking for sys/time.h... yes
  55. checking for sys/types.h... (cached) yes
  56. checking for unistd.h... (cached) yes
  57. checking whether time.h and sys/time.h may both be included... yes
  58. checking for pid_t... yes
  59. checking for size_t... yes
  60. checking return type of signal handlers... void
  61. checking for strftime... yes
  62. checking for vsnprintf... yes
  63. checking for setsid... yes
  64. checking for setlinebuf... yes
  65. checking whether build environment is sane... yes
  66. checking for gawk... no
  67. checking for mawk... mawk
  68. checking for style of include used by make... GNU
  69. checking dependency style of gcc... gcc3
  70. checking whether to enable maintainer-specific portions of Makefiles... no
  71. checking for a sed that does not truncate output... /bin/sed
  72. checking for ld used by gcc... /usr/bin/ld
  73. checking if the linker (/usr/bin/ld) is GNU ld... yes
  74. checking for /usr/bin/ld option to reload object files... -r
  75. checking for BSD-compatible nm... /usr/bin/nm -B
  76. checking whether ln -s works... yes
  77. checking how to recognise dependent libraries... pass_all
  78. checking dlfcn.h usability... yes
  79. checking dlfcn.h presence... yes
  80. checking for dlfcn.h... yes
  81. checking for g++... no
  82. checking for c++... no
  83. checking for gpp... no
  84. checking for aCC... no
  85. checking for CC... no
  86. checking for cxx... no
  87. checking for cc++... no
  88. checking for cl... no
  89. checking for FCC... no
  90. checking for KCC... no
  91. checking for RCC... no
  92. checking for xlC_r... no
  93. checking for xlC... no
  94. checking whether we are using the GNU C++ compiler... no
  95. checking whether g++ accepts -g... no
  96. checking dependency style of g++... none
  97. checking how to run the C++ preprocessor... /lib/cpp
  98. configure: error: C++ preprocessor "/lib/cpp" fails sanity check
  99. See `config.log' for more details.
Advertisement
Add Comment
Please, Sign In to add comment