Advertisement
Guest User

NginX SPDY Compilation Fail

a guest
Jul 26th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 24.23 KB | None | 0 0
  1. 15:12:22|dtruffaut@SkeetMeet-1> sudo ./configure --with-cc-opt='-O3 -unroll2 -march=native' \
  2. > --with-ld-opt='-ltcmalloc_minimal' \
  3. > --error-log-path=/var/log/nginx/error.log \
  4. > --add-module=/usr/local/src/nginx_echo_module \
  5. > --conf-path=/usr/local/nginx/nginx.conf \
  6. > --group=www-data \
  7. > --http-client-body-temp-path=/tmp/nginx/client \
  8. > --http-fastcgi-temp-path=/tmp/nginx/fastcgi \
  9. > --http-log-path=/var/log/nginx/access.log \
  10. > --http-proxy-temp-path=/tmp/nginx/proxy \
  11. > --lock-path=/var/lock/nginx.lock--prefix=/usr/local/nginx \
  12. > --pid-path=/var/run/nginx.pid \
  13. > --user=www-data \
  14. > --with-http_geoip_module \
  15. > --with-http_gzip_static_module \
  16. > --with-http_realip_module \
  17. > --with-http_ssl_module \
  18. > --with-http_stub_status_module \
  19. > --with-ipv6 \
  20. > --with-http_ssl_module \
  21. > --without-http_autoindex_module \
  22. > --without-http_auth_basic_module \
  23. > --without-http_browser_module \
  24. > --without-http_empty_gif_module \
  25. > --without-http_scgi_module \
  26. > --without-http_split_clients_module \
  27. > --without-http_ssi_module \
  28. > --without-http_uwsgi_module \
  29. > --without-mail_imap_module \
  30. > --without-mail_pop3_module \
  31. > --without-mail_smtp_module \
  32. > && sudo make && sudo make install && cd /usr/local/src
  33. checking for OS
  34.  + Linux 2.6.32-5-amd64 x86_64
  35. checking for C compiler ... found
  36.  + using GNU C compiler
  37.  + gcc version: 4.4.5 (Debian 4.4.5-8)
  38. checking for gcc -pipe switch ... found
  39. checking for --with-ld-opt="-ltcmalloc_minimal" ... found
  40. checking for gcc builtin atomic operations ... found
  41. checking for C99 variadic macros ... found
  42. checking for gcc variadic macros ... found
  43. checking for unistd.h ... found
  44. checking for inttypes.h ... found
  45. checking for limits.h ... found
  46. checking for sys/filio.h ... not found
  47. checking for sys/param.h ... found
  48. checking for sys/mount.h ... found
  49. checking for sys/statvfs.h ... found
  50. checking for crypt.h ... found
  51. checking for Linux specific features
  52. checking for epoll ... found
  53. checking for sendfile() ... found
  54. checking for sendfile64() ... found
  55. checking for sys/prctl.h ... found
  56. checking for prctl(PR_SET_DUMPABLE) ... found
  57. checking for sched_setaffinity() ... found
  58. checking for crypt_r() ... found
  59. checking for sys/vfs.h ... found
  60. checking for poll() ... found
  61. checking for /dev/poll ... not found
  62. checking for kqueue ... not found
  63. checking for crypt() ... not found
  64. checking for crypt() in libcrypt ... found
  65. checking for F_READAHEAD ... not found
  66. checking for posix_fadvise() ... found
  67. checking for O_DIRECT ... found
  68. checking for F_NOCACHE ... not found
  69. checking for directio() ... not found
  70. checking for statfs() ... found
  71. checking for statvfs() ... found
  72. checking for dlopen() ... not found
  73. checking for dlopen() in libdl ... found
  74. checking for sched_yield() ... found
  75. checking for SO_SETFIB ... not found
  76. checking for SO_ACCEPTFILTER ... not found
  77. checking for TCP_DEFER_ACCEPT ... found
  78. checking for TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT ... found
  79. checking for TCP_INFO ... found
  80. checking for accept4() ... found
  81. checking for int size ... 4 bytes
  82. checking for long size ... 8 bytes
  83. checking for long long size ... 8 bytes
  84. checking for void * size ... 8 bytes
  85. checking for uint64_t ... found
  86. checking for sig_atomic_t ... found
  87. checking for sig_atomic_t size ... 4 bytes
  88. checking for socklen_t ... found
  89. checking for in_addr_t ... found
  90. checking for in_port_t ... found
  91. checking for rlim_t ... found
  92. checking for uintptr_t ... uintptr_t found
  93. checking for system byte ordering ... little endian
  94. checking for size_t size ... 8 bytes
  95. checking for off_t size ... 8 bytes
  96. checking for time_t size ... 8 bytes
  97. checking for AF_INET6 ... found
  98. checking for setproctitle() ... not found
  99. checking for pread() ... found
  100. checking for pwrite() ... found
  101. checking for sys_nerr ... found
  102. checking for localtime_r() ... found
  103. checking for posix_memalign() ... found
  104. checking for memalign() ... found
  105. checking for mmap(MAP_ANON|MAP_SHARED) ... found
  106. checking for mmap("/dev/zero", MAP_SHARED) ... found
  107. checking for System V shared memory ... found
  108. checking for POSIX semaphores ... found
  109. checking for struct msghdr.msg_control ... found
  110. checking for ioctl(FIONBIO) ... found
  111. checking for struct tm.tm_gmtoff ... found
  112. checking for struct dirent.d_namlen ... not found
  113. checking for struct dirent.d_type ... found
  114. checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
  115. checking for openat(), fstatat() ... found
  116. configuring additional modules
  117. adding module in /usr/local/src/nginx_echo_module
  118.  + ngx_http_echo_module was configured
  119. checking for PCRE library ... found
  120. checking for PCRE JIT support ... not found
  121. checking for OpenSSL library ... found
  122. checking for zlib library ... found
  123. checking for GeoIP library ... found
  124. creating objs/Makefile
  125.  
  126. Configuration summary
  127.   + using system PCRE library
  128.   + using system OpenSSL library
  129.   + md5: using OpenSSL library
  130.   + sha1 library is not used
  131.   + using system zlib library
  132.  
  133.   nginx path prefix: "/usr/local/nginx"
  134.   nginx binary file: "/usr/local/nginx/sbin/nginx"
  135.   nginx configuration prefix: "/usr/local/nginx"
  136.   nginx configuration file: "/usr/local/nginx/nginx.conf"
  137.   nginx pid file: "/var/run/nginx.pid"
  138.   nginx error log file: "/var/log/nginx/error.log"
  139.   nginx http access log file: "/var/log/nginx/access.log"
  140.   nginx http client request body temporary files: "/tmp/nginx/client"
  141.   nginx http proxy temporary files: "/tmp/nginx/proxy"
  142.   nginx http fastcgi temporary files: "/tmp/nginx/fastcgi"
  143.  
  144. make -f objs/Makefile
  145. make[1]: entrant dans le répertoire « /usr/local/src/nginx-1.3.2 »
  146. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  147.         -o objs/src/core/nginx.o \
  148.         src/core/nginx.c
  149. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  150.         -o objs/src/core/ngx_log.o \
  151.         src/core/ngx_log.c
  152. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  153.         -o objs/src/core/ngx_palloc.o \
  154.         src/core/ngx_palloc.c
  155. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  156.         -o objs/src/core/ngx_array.o \
  157.         src/core/ngx_array.c
  158. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  159.         -o objs/src/core/ngx_list.o \
  160.         src/core/ngx_list.c
  161. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  162.         -o objs/src/core/ngx_hash.o \
  163.         src/core/ngx_hash.c
  164. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  165.         -o objs/src/core/ngx_buf.o \
  166.         src/core/ngx_buf.c
  167. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  168.         -o objs/src/core/ngx_queue.o \
  169.         src/core/ngx_queue.c
  170. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  171.         -o objs/src/core/ngx_output_chain.o \
  172.         src/core/ngx_output_chain.c
  173. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  174.         -o objs/src/core/ngx_string.o \
  175.         src/core/ngx_string.c
  176. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  177.         -o objs/src/core/ngx_parse.o \
  178.         src/core/ngx_parse.c
  179. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  180.         -o objs/src/core/ngx_inet.o \
  181.         src/core/ngx_inet.c
  182. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  183.         -o objs/src/core/ngx_file.o \
  184.         src/core/ngx_file.c
  185. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  186.         -o objs/src/core/ngx_crc32.o \
  187.         src/core/ngx_crc32.c
  188. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  189.         -o objs/src/core/ngx_murmurhash.o \
  190.         src/core/ngx_murmurhash.c
  191. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  192.         -o objs/src/core/ngx_md5.o \
  193.         src/core/ngx_md5.c
  194. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  195.         -o objs/src/core/ngx_rbtree.o \
  196.         src/core/ngx_rbtree.c
  197. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  198.         -o objs/src/core/ngx_radix_tree.o \
  199.         src/core/ngx_radix_tree.c
  200. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  201.         -o objs/src/core/ngx_slab.o \
  202.         src/core/ngx_slab.c
  203. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  204.         -o objs/src/core/ngx_times.o \
  205.         src/core/ngx_times.c
  206. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  207.         -o objs/src/core/ngx_shmtx.o \
  208.         src/core/ngx_shmtx.c
  209. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  210.         -o objs/src/core/ngx_connection.o \
  211.         src/core/ngx_connection.c
  212. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  213.         -o objs/src/core/ngx_cycle.o \
  214.         src/core/ngx_cycle.c
  215. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  216.         -o objs/src/core/ngx_spinlock.o \
  217.         src/core/ngx_spinlock.c
  218. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  219.         -o objs/src/core/ngx_cpuinfo.o \
  220.         src/core/ngx_cpuinfo.c
  221. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  222.         -o objs/src/core/ngx_conf_file.o \
  223.         src/core/ngx_conf_file.c
  224. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  225.         -o objs/src/core/ngx_resolver.o \
  226.         src/core/ngx_resolver.c
  227. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  228.         -o objs/src/core/ngx_open_file_cache.o \
  229.         src/core/ngx_open_file_cache.c
  230. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  231.         -o objs/src/core/ngx_crypt.o \
  232.         src/core/ngx_crypt.c
  233. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  234.         -o objs/src/event/ngx_event.o \
  235.         src/event/ngx_event.c
  236. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  237.         -o objs/src/event/ngx_event_timer.o \
  238.         src/event/ngx_event_timer.c
  239. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  240.         -o objs/src/event/ngx_event_posted.o \
  241.         src/event/ngx_event_posted.c
  242. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  243.         -o objs/src/event/ngx_event_busy_lock.o \
  244.         src/event/ngx_event_busy_lock.c
  245. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  246.         -o objs/src/event/ngx_event_accept.o \
  247.         src/event/ngx_event_accept.c
  248. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  249.         -o objs/src/event/ngx_event_connect.o \
  250.         src/event/ngx_event_connect.c
  251. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  252.         -o objs/src/event/ngx_event_pipe.o \
  253.         src/event/ngx_event_pipe.c
  254. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  255.         -o objs/src/os/unix/ngx_time.o \
  256.         src/os/unix/ngx_time.c
  257. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  258.         -o objs/src/os/unix/ngx_errno.o \
  259.         src/os/unix/ngx_errno.c
  260. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  261.         -o objs/src/os/unix/ngx_alloc.o \
  262.         src/os/unix/ngx_alloc.c
  263. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  264.         -o objs/src/os/unix/ngx_files.o \
  265.         src/os/unix/ngx_files.c
  266. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  267.         -o objs/src/os/unix/ngx_socket.o \
  268.         src/os/unix/ngx_socket.c
  269. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  270.         -o objs/src/os/unix/ngx_recv.o \
  271.         src/os/unix/ngx_recv.c
  272. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  273.         -o objs/src/os/unix/ngx_readv_chain.o \
  274.         src/os/unix/ngx_readv_chain.c
  275. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  276.         -o objs/src/os/unix/ngx_udp_recv.o \
  277.         src/os/unix/ngx_udp_recv.c
  278. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  279.         -o objs/src/os/unix/ngx_send.o \
  280.         src/os/unix/ngx_send.c
  281. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  282.         -o objs/src/os/unix/ngx_writev_chain.o \
  283.         src/os/unix/ngx_writev_chain.c
  284. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  285.         -o objs/src/os/unix/ngx_channel.o \
  286.         src/os/unix/ngx_channel.c
  287. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  288.         -o objs/src/os/unix/ngx_shmem.o \
  289.         src/os/unix/ngx_shmem.c
  290. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  291.         -o objs/src/os/unix/ngx_process.o \
  292.         src/os/unix/ngx_process.c
  293. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  294.         -o objs/src/os/unix/ngx_daemon.o \
  295.         src/os/unix/ngx_daemon.c
  296. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  297.         -o objs/src/os/unix/ngx_setaffinity.o \
  298.         src/os/unix/ngx_setaffinity.c
  299. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  300.         -o objs/src/os/unix/ngx_setproctitle.o \
  301.         src/os/unix/ngx_setproctitle.c
  302. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  303.         -o objs/src/os/unix/ngx_posix_init.o \
  304.         src/os/unix/ngx_posix_init.c
  305. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  306.         -o objs/src/os/unix/ngx_user.o \
  307.         src/os/unix/ngx_user.c
  308. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  309.         -o objs/src/os/unix/ngx_process_cycle.o \
  310.         src/os/unix/ngx_process_cycle.c
  311. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  312.         -o objs/src/os/unix/ngx_linux_init.o \
  313.         src/os/unix/ngx_linux_init.c
  314. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  315.         -o objs/src/event/modules/ngx_epoll_module.o \
  316.         src/event/modules/ngx_epoll_module.c
  317. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  318.         -o objs/src/os/unix/ngx_linux_sendfile_chain.o \
  319.         src/os/unix/ngx_linux_sendfile_chain.c
  320. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  321.         -o objs/src/event/ngx_event_openssl.o \
  322.         src/event/ngx_event_openssl.c
  323. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  324.         -o objs/src/core/ngx_regex.o \
  325.         src/core/ngx_regex.c
  326. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  327.         -o objs/src/http/ngx_http.o \
  328.         src/http/ngx_http.c
  329. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  330.         -o objs/src/http/ngx_http_core_module.o \
  331.         src/http/ngx_http_core_module.c
  332. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  333.         -o objs/src/http/ngx_http_special_response.o \
  334.         src/http/ngx_http_special_response.c
  335. gcc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -O3 -unroll2 -march=native -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  336.         -o objs/src/http/ngx_http_request.o \
  337.         src/http/ngx_http_request.c
  338. cc1: warnings being treated as errors
  339. src/http/ngx_http_request.c: In function ‘ngx_http_ssl_handshake_handler’:
  340. src/http/ngx_http_request.c:635: error: implicit declaration of function ‘SSL_get0_next_proto_negotiated’
  341. make[1]: *** [objs/src/http/ngx_http_request.o] Erreur 1
  342. make[1]: quittant le répertoire « /usr/local/src/nginx-1.3.2 »
  343. make: *** [build] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement