Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. u026627:tg juanan$ ./configure
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  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 ISO C89... none needed
  11. checking for library containing clock_gettime... none required
  12. checking for library containing backtrace... none required
  13. checking for event_base_new in -levent... yes
  14. checking how to run the C preprocessor... gcc -E
  15. checking for grep that handles long lines and -e... /usr/bin/grep
  16. checking for egrep... /usr/bin/grep -E
  17. checking for ANSI C header files... yes
  18. checking for sys/types.h... yes
  19. checking for sys/stat.h... yes
  20. checking for stdlib.h... yes
  21. checking for string.h... yes
  22. checking for memory.h... yes
  23. checking for strings.h... yes
  24. checking for inttypes.h... yes
  25. checking for stdint.h... yes
  26. checking for unistd.h... yes
  27. checking event2/event.h usability... yes
  28. checking event2/event.h presence... yes
  29. checking for event2/event.h... yes
  30. checking for pkg-config... /usr/local/bin/pkg-config
  31. checking whether compiling and linking against OpenSSL works... yes
  32. checking if zlib is wanted... yes
  33. checking for inflateEnd in -lz... yes
  34. checking zlib.h usability... yes
  35. checking zlib.h presence... yes
  36. checking for zlib.h... yes
  37. checking for rl_save_prompt in -lreadline... yes
  38. checking for libconfig... enabled
  39. checking for config_init in -lconfig... yes
  40. checking for liblua... enabled
  41. checking for lua... /usr/local/bin/lua
  42. checking if /usr/local/bin/lua is a Lua interpreter... yes
  43. checking for lua version... 5.2
  44. checking for lua platform... unknown
  45. checking for lua script directory... ${prefix}/share/lua/5.2
  46. checking for lua module directory... ${exec_prefix}/lib/lua/5.2
  47. checking if LUA_VERSION is defined... yes
  48. checking lua.h usability... yes
  49. checking lua.h presence... yes
  50. checking for lua.h... yes
  51. checking lualib.h usability... yes
  52. checking lualib.h presence... yes
  53. checking for lualib.h... yes
  54. checking lauxlib.h usability... yes
  55. checking lauxlib.h presence... yes
  56. checking for lauxlib.h... yes
  57. checking luaconf.h usability... yes
  58. checking luaconf.h presence... yes
  59. checking for luaconf.h... yes
  60. checking for Lua header version... 5.2
  61. checking if Lua header version matches 5.2... yes
  62. checking if LUA_VERSION is defined... yes
  63. checking for library containing exp... none required
  64. checking for library containing dlopen... none required
  65. checking for library containing lua_load... -llua
  66. checking for python... disabled
  67. checking for libjansson... enabled
  68. checking for json_array_set_new in -ljansson... yes
  69. checking progname... default
  70. checking execinfo.h usability... yes
  71. checking execinfo.h presence... yes
  72. checking for execinfo.h... yes
  73. checking fcntl.h usability... yes
  74. checking fcntl.h presence... yes
  75. checking for fcntl.h... yes
  76. checking malloc.h usability... no
  77. checking malloc.h presence... no
  78. checking for malloc.h... no
  79. checking netdb.h usability... yes
  80. checking netdb.h presence... yes
  81. checking for netdb.h... yes
  82. checking for stdlib.h... (cached) yes
  83. checking for string.h... (cached) yes
  84. checking for unistd.h... (cached) yes
  85. checking arpa/inet.h usability... yes
  86. checking arpa/inet.h presence... yes
  87. checking for arpa/inet.h... yes
  88. checking mach/mach.h usability... yes
  89. checking mach/mach.h presence... yes
  90. checking for mach/mach.h... yes
  91. checking netinet/in.h usability... yes
  92. checking netinet/in.h presence... yes
  93. checking for netinet/in.h... yes
  94. checking sys/file.h usability... yes
  95. checking sys/file.h presence... yes
  96. checking for sys/file.h... yes
  97. checking sys/socket.h usability... yes
  98. checking sys/socket.h presence... yes
  99. checking for sys/socket.h... yes
  100. checking termios.h usability... yes
  101. checking termios.h presence... yes
  102. checking for termios.h... yes
  103. checking for size_t... yes
  104. checking for uid_t in sys/types.h... yes
  105. checking for inline... inline
  106. checking for stdlib.h... (cached) yes
  107. checking for GNU libc compatible malloc... yes
  108. checking for stdlib.h... (cached) yes
  109. checking for GNU libc compatible realloc... yes
  110. checking for alarm... yes
  111. checking for endpwent... yes
  112. checking for memset... yes
  113. checking for memmove... yes
  114. checking for mkdir... yes
  115. checking for select... yes
  116. checking for socket... yes
  117. checking for strdup... yes
  118. checking for strndup... yes
  119. checking for uname... yes
  120. checking for __builtin_bswap32... yes
  121. configure: creating ./config.status
  122. config.status: creating Makefile
  123. config.status: creating config.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement