Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. checking for gcc... gcc
  2. checking whether the C compiler works... yes
  3. checking for C compiler default output file name... a.out
  4. checking for suffix of executables...
  5. checking whether we are cross compiling... no
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C compiler... yes
  8. checking whether gcc accepts -g... yes
  9. checking for gcc option to accept ISO C89... none needed
  10. checking whether ln -s works... yes
  11. checking whether make sets $(MAKE)... yes
  12. checking how to run the C preprocessor... gcc -E
  13. checking for X... libraries /usr/lib, headers
  14. checking for /usr/lib/mozilla/plugins... yes
  15. checking for /usr/lib/mozilla/plugins... (cached) yes
  16. checking for /usr/lib/firefox/plugins... no
  17. checking for XDisplayName in -lX11... no
  18. checking for grep that handles long lines and -e... /usr/bin/grep
  19. checking for egrep... /usr/bin/grep -E
  20. checking for ANSI C header files... yes
  21. checking for sys/types.h... yes
  22. checking for sys/stat.h... yes
  23. checking for stdlib.h... yes
  24. checking for string.h... yes
  25. checking for memory.h... yes
  26. checking for strings.h... yes
  27. checking for inttypes.h... yes
  28. checking for stdint.h... yes
  29. checking for unistd.h... yes
  30. checking fcntl.h usability... yes
  31. checking fcntl.h presence... yes
  32. checking for fcntl.h... yes
  33. checking for inttypes.h... (cached) yes
  34. checking for stdint.h... (cached) yes
  35. checking for stdlib.h... (cached) yes
  36. checking for string.h... (cached) yes
  37. checking sys/socket.h usability... yes
  38. checking sys/socket.h presence... yes
  39. checking for sys/socket.h... yes
  40. checking sys/time.h usability... yes
  41. checking sys/time.h presence... yes
  42. checking for sys/time.h... yes
  43. checking for unistd.h... (cached) yes
  44. checking for stdbool.h that conforms to C99... yes
  45. checking for _Bool... yes
  46. checking for int16_t... yes
  47. checking for int32_t... yes
  48. checking for pid_t... yes
  49. checking for size_t... yes
  50. checking for ssize_t... yes
  51. checking for uint16_t... yes
  52. checking for uint32_t... yes
  53. checking for library containing gethostbyname... none required
  54. checking for library containing socket... none required
  55. checking vfork.h usability... no
  56. checking vfork.h presence... no
  57. checking for vfork.h... no
  58. checking for fork... yes
  59. checking for vfork... yes
  60. checking for working fork... yes
  61. checking for working vfork... (cached) yes
  62. checking for stdlib.h... (cached) yes
  63. checking for GNU libc compatible malloc... yes
  64. checking for alarm... yes
  65. checking for dup2... yes
  66. checking for gethostname... yes
  67. checking for memset... yes
  68. checking for mkdir... yes
  69. checking for putenv... yes
  70. checking for rmdir... yes
  71. checking for select... yes
  72. checking for strcasecmp... yes
  73. checking for strchr... yes
  74. checking for strcspn... yes
  75. checking for strncasecmp... yes
  76. checking for strrchr... yes
  77. checking for strstr... yes
  78. configure: creating ./config.status
  79. config.status: creating Makefile
  80. config.status: creating config.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement