Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. [root@vps9732 node]# ./configure
  2. Checking for program g++ or c++ : /usr/bin/g++
  3. Checking for program cpp : /usr/bin/cpp
  4. Checking for program ar : /usr/bin/ar
  5. Checking for program ranlib : /usr/bin/ranlib
  6. Checking for g++ : ok
  7. Checking for program gcc or cc : /usr/bin/gcc
  8. Checking for program ar : /usr/bin/ar
  9. Checking for program ranlib : /usr/bin/ranlib
  10. Checking for gcc : ok
  11. Checking for library dl : yes
  12. Checking for openssl : yes
  13. Checking for library util : yes
  14. Checking for library rt : yes
  15. --- libeio ---
  16. Checking for library pthread : yes
  17. Checking for function pthread_create : yes
  18. Checking for function pthread_atfork : yes
  19. Checking for futimes(2) : yes
  20. Checking for readahead(2) : yes
  21. Checking for fdatasync(2) : yes
  22. Checking for pread(2) and pwrite(2) : yes
  23. Checking for sendfile(2) : yes
  24. Checking for sync_file_range(2) : no
  25. --- libev ---
  26. Checking for header sys/inotify.h : yes
  27. Checking for function inotify_init : yes
  28. Checking for header sys/epoll.h : yes
  29. Checking for function epoll_ctl : yes
  30. Checking for header port.h : not found
  31. Checking for header poll.h : yes
  32. Checking for function poll : yes
  33. Checking for header ['sys/types.h', 'sys/event.h'] : not found
  34. Checking for header sys/queue.h : yes
  35. Checking for function kqueue : not found
  36. Checking for header sys/select.h : yes
  37. Checking for function select : yes
  38. Checking for header sys/eventfd.h : not found
  39. Checking for SYS_clock_gettime : yes
  40. Checking for library rt : yes
  41. Checking for function clock_gettime : yes
  42. Checking for function nanosleep : yes
  43. Checking for function ceil : yes
  44. Checking for fdatasync(2) with c++ : yes
  45. 'configure' finished successfully (2.573s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement