Advertisement
emcek

Untitled

Aug 29th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. checking for a BSD-compatible install... /tools/bin/ginstall -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /tools/bin/gmkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking build system type... sparc-sun-solaris2.9
  7. checking host system type... sparc-sun-solaris2.9
  8. checking for gcc... gcc
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  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 whether gcc and cc understand -c and -o together... yes
  20. checking how to run the C preprocessor... gcc -E
  21. checking for grep that handles long lines and -e... /tools/bin/grep
  22. checking for egrep... /tools/bin/grep -E
  23. checking for ANSI C header files... yes
  24. checking for sys/types.h... yes
  25. checking for sys/stat.h... yes
  26. checking for stdlib.h... yes
  27. checking for string.h... yes
  28. checking for memory.h... yes
  29. checking for strings.h... yes
  30. checking for inttypes.h... yes
  31. checking for stdint.h... no
  32. checking for unistd.h... yes
  33. checking bitstring.h usability... no
  34. checking bitstring.h presence... no
  35. checking for bitstring.h... no
  36. checking curses.h usability... yes
  37. checking curses.h presence... yes
  38. checking for curses.h... yes
  39. checking dirent.h usability... yes
  40. checking dirent.h presence... yes
  41. checking for dirent.h... yes
  42. checking fcntl.h usability... yes
  43. checking fcntl.h presence... yes
  44. checking for fcntl.h... yes
  45. checking for inttypes.h... (cached) yes
  46. checking libutil.h usability... no
  47. checking libutil.h presence... no
  48. checking for libutil.h... no
  49. checking ncurses.h usability... yes
  50. checking ncurses.h presence... no
  51. configure: WARNING: ncurses.h: accepted by the compiler, rejected by the preprocessor!
  52. configure: WARNING: ncurses.h: proceeding with the compiler's result
  53. checking for ncurses.h... yes
  54. checking ndir.h usability... no
  55. checking ndir.h presence... no
  56. checking for ndir.h... no
  57. checking paths.h usability... no
  58. checking paths.h presence... no
  59. checking for paths.h... no
  60. checking pty.h usability... no
  61. checking pty.h presence... no
  62. checking for pty.h... no
  63. checking for stdint.h... (cached) no
  64. checking sys/dir.h usability... no
  65. checking sys/dir.h presence... no
  66. checking for sys/dir.h... no
  67. checking sys/ndir.h usability... no
  68. checking sys/ndir.h presence... no
  69. checking for sys/ndir.h... no
  70. checking sys/tree.h usability... no
  71. checking sys/tree.h presence... no
  72. checking for sys/tree.h... no
  73. checking term.h usability... yes
  74. checking term.h presence... yes
  75. checking for term.h... yes
  76. checking util.h usability... no
  77. checking util.h presence... no
  78. checking for util.h... no
  79. checking for gcc that whines about -I... yes
  80. checking for glibc... no
  81. checking for library containing clock_gettime... -lrt
  82. checking for pkg-config... /tools/bin/pkg-config
  83. checking pkg-config is at least version 0.9.0... yes
  84. checking for LIBEVENT... no
  85. checking for library containing event_init... no
  86. configure: error: "libevent not found"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement