Advertisement
tatdat171

Log Compile Nginx

Nov 16th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.49 KB | None | 0 0
  1. make -f objs/Makefile
  2. make[1]: Entering directory `/tmp/nginx-1.8.0'
  3. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  4. -o objs/src/core/nginx.o \
  5. src/core/nginx.c
  6. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  7. -o objs/src/core/ngx_log.o \
  8. src/core/ngx_log.c
  9. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  10. -o objs/src/core/ngx_palloc.o \
  11. src/core/ngx_palloc.c
  12. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  13. -o objs/src/core/ngx_array.o \
  14. src/core/ngx_array.c
  15. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  16. -o objs/src/core/ngx_list.o \
  17. src/core/ngx_list.c
  18. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  19. -o objs/src/core/ngx_hash.o \
  20. src/core/ngx_hash.c
  21. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  22. -o objs/src/core/ngx_buf.o \
  23. src/core/ngx_buf.c
  24. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  25. -o objs/src/core/ngx_queue.o \
  26. src/core/ngx_queue.c
  27. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  28. -o objs/src/core/ngx_output_chain.o \
  29. src/core/ngx_output_chain.c
  30. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  31. -o objs/src/core/ngx_string.o \
  32. src/core/ngx_string.c
  33. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  34. -o objs/src/core/ngx_parse.o \
  35. src/core/ngx_parse.c
  36. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  37. -o objs/src/core/ngx_inet.o \
  38. src/core/ngx_inet.c
  39. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  40. -o objs/src/core/ngx_file.o \
  41. src/core/ngx_file.c
  42. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  43. -o objs/src/core/ngx_crc32.o \
  44. src/core/ngx_crc32.c
  45. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  46. -o objs/src/core/ngx_murmurhash.o \
  47. src/core/ngx_murmurhash.c
  48. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  49. -o objs/src/core/ngx_md5.o \
  50. src/core/ngx_md5.c
  51. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  52. -o objs/src/core/ngx_rbtree.o \
  53. src/core/ngx_rbtree.c
  54. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  55. -o objs/src/core/ngx_radix_tree.o \
  56. src/core/ngx_radix_tree.c
  57. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  58. -o objs/src/core/ngx_slab.o \
  59. src/core/ngx_slab.c
  60. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  61. -o objs/src/core/ngx_times.o \
  62. src/core/ngx_times.c
  63. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  64. -o objs/src/core/ngx_shmtx.o \
  65. src/core/ngx_shmtx.c
  66. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  67. -o objs/src/core/ngx_connection.o \
  68. src/core/ngx_connection.c
  69. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  70. -o objs/src/core/ngx_cycle.o \
  71. src/core/ngx_cycle.c
  72. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  73. -o objs/src/core/ngx_spinlock.o \
  74. src/core/ngx_spinlock.c
  75. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  76. -o objs/src/core/ngx_cpuinfo.o \
  77. src/core/ngx_cpuinfo.c
  78. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  79. -o objs/src/core/ngx_conf_file.o \
  80. src/core/ngx_conf_file.c
  81. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  82. -o objs/src/core/ngx_resolver.o \
  83. src/core/ngx_resolver.c
  84. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  85. -o objs/src/core/ngx_open_file_cache.o \
  86. src/core/ngx_open_file_cache.c
  87. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  88. -o objs/src/core/ngx_crypt.o \
  89. src/core/ngx_crypt.c
  90. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  91. -o objs/src/core/ngx_proxy_protocol.o \
  92. src/core/ngx_proxy_protocol.c
  93. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  94. -o objs/src/core/ngx_syslog.o \
  95. src/core/ngx_syslog.c
  96. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  97. -o objs/src/event/ngx_event.o \
  98. src/event/ngx_event.c
  99. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  100. -o objs/src/event/ngx_event_timer.o \
  101. src/event/ngx_event_timer.c
  102. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  103. -o objs/src/event/ngx_event_posted.o \
  104. src/event/ngx_event_posted.c
  105. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  106. -o objs/src/event/ngx_event_accept.o \
  107. src/event/ngx_event_accept.c
  108. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  109. -o objs/src/event/ngx_event_connect.o \
  110. src/event/ngx_event_connect.c
  111. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  112. -o objs/src/event/ngx_event_pipe.o \
  113. src/event/ngx_event_pipe.c
  114. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  115. -o objs/src/os/unix/ngx_time.o \
  116. src/os/unix/ngx_time.c
  117. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  118. -o objs/src/os/unix/ngx_errno.o \
  119. src/os/unix/ngx_errno.c
  120. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  121. -o objs/src/os/unix/ngx_alloc.o \
  122. src/os/unix/ngx_alloc.c
  123. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  124. -o objs/src/os/unix/ngx_files.o \
  125. src/os/unix/ngx_files.c
  126. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  127. -o objs/src/os/unix/ngx_socket.o \
  128. src/os/unix/ngx_socket.c
  129. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  130. -o objs/src/os/unix/ngx_recv.o \
  131. src/os/unix/ngx_recv.c
  132. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  133. -o objs/src/os/unix/ngx_readv_chain.o \
  134. src/os/unix/ngx_readv_chain.c
  135. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  136. -o objs/src/os/unix/ngx_udp_recv.o \
  137. src/os/unix/ngx_udp_recv.c
  138. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  139. -o objs/src/os/unix/ngx_send.o \
  140. src/os/unix/ngx_send.c
  141. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  142. -o objs/src/os/unix/ngx_writev_chain.o \
  143. src/os/unix/ngx_writev_chain.c
  144. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  145. -o objs/src/os/unix/ngx_channel.o \
  146. src/os/unix/ngx_channel.c
  147. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  148. -o objs/src/os/unix/ngx_shmem.o \
  149. src/os/unix/ngx_shmem.c
  150. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  151. -o objs/src/os/unix/ngx_process.o \
  152. src/os/unix/ngx_process.c
  153. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  154. -o objs/src/os/unix/ngx_daemon.o \
  155. src/os/unix/ngx_daemon.c
  156. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  157. -o objs/src/os/unix/ngx_setaffinity.o \
  158. src/os/unix/ngx_setaffinity.c
  159. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  160. -o objs/src/os/unix/ngx_setproctitle.o \
  161. src/os/unix/ngx_setproctitle.c
  162. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  163. -o objs/src/os/unix/ngx_posix_init.o \
  164. src/os/unix/ngx_posix_init.c
  165. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  166. -o objs/src/os/unix/ngx_user.o \
  167. src/os/unix/ngx_user.c
  168. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  169. -o objs/src/os/unix/ngx_process_cycle.o \
  170. src/os/unix/ngx_process_cycle.c
  171. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  172. -o objs/src/os/unix/ngx_linux_init.o \
  173. src/os/unix/ngx_linux_init.c
  174. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  175. -o objs/src/event/modules/ngx_epoll_module.o \
  176. src/event/modules/ngx_epoll_module.c
  177. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  178. -o objs/src/os/unix/ngx_linux_sendfile_chain.o \
  179. src/os/unix/ngx_linux_sendfile_chain.c
  180. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  181. -o objs/src/event/ngx_event_openssl.o \
  182. src/event/ngx_event_openssl.c
  183. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  184. -o objs/src/event/ngx_event_openssl_stapling.o \
  185. src/event/ngx_event_openssl_stapling.c
  186. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  187. -o objs/src/core/ngx_regex.o \
  188. src/core/ngx_regex.c
  189. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  190. -o objs/src/http/ngx_http.o \
  191. src/http/ngx_http.c
  192. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  193. -o objs/src/http/ngx_http_core_module.o \
  194. src/http/ngx_http_core_module.c
  195. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  196. -o objs/src/http/ngx_http_special_response.o \
  197. src/http/ngx_http_special_response.c
  198. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  199. -o objs/src/http/ngx_http_request.o \
  200. src/http/ngx_http_request.c
  201. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  202. -o objs/src/http/ngx_http_parse.o \
  203. src/http/ngx_http_parse.c
  204. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  205. -o objs/src/http/ngx_http_header_filter_module.o \
  206. src/http/ngx_http_header_filter_module.c
  207. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  208. -o objs/src/http/ngx_http_write_filter_module.o \
  209. src/http/ngx_http_write_filter_module.c
  210. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  211. -o objs/src/http/ngx_http_copy_filter_module.o \
  212. src/http/ngx_http_copy_filter_module.c
  213. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  214. -o objs/src/http/modules/ngx_http_log_module.o \
  215. src/http/modules/ngx_http_log_module.c
  216. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  217. -o objs/src/http/ngx_http_request_body.o \
  218. src/http/ngx_http_request_body.c
  219. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  220. -o objs/src/http/ngx_http_variables.o \
  221. src/http/ngx_http_variables.c
  222. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  223. -o objs/src/http/ngx_http_script.o \
  224. src/http/ngx_http_script.c
  225. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  226. -o objs/src/http/ngx_http_upstream.o \
  227. src/http/ngx_http_upstream.c
  228. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  229. -o objs/src/http/ngx_http_upstream_round_robin.o \
  230. src/http/ngx_http_upstream_round_robin.c
  231. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  232. -o objs/src/http/ngx_http_parse_time.o \
  233. src/http/ngx_http_parse_time.c
  234. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  235. -o objs/src/http/modules/ngx_http_static_module.o \
  236. src/http/modules/ngx_http_static_module.c
  237. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  238. -o objs/src/http/modules/ngx_http_index_module.o \
  239. src/http/modules/ngx_http_index_module.c
  240. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  241. -o objs/src/http/modules/ngx_http_chunked_filter_module.o \
  242. src/http/modules/ngx_http_chunked_filter_module.c
  243. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  244. -o objs/src/http/modules/ngx_http_range_filter_module.o \
  245. src/http/modules/ngx_http_range_filter_module.c
  246. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  247. -o objs/src/http/modules/ngx_http_headers_filter_module.o \
  248. src/http/modules/ngx_http_headers_filter_module.c
  249. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  250. -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \
  251. src/http/modules/ngx_http_not_modified_filter_module.c
  252. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  253. -o objs/src/http/ngx_http_file_cache.o \
  254. src/http/ngx_http_file_cache.c
  255. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  256. -o objs/src/http/modules/ngx_http_gzip_filter_module.o \
  257. src/http/modules/ngx_http_gzip_filter_module.c
  258. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  259. -o objs/src/http/ngx_http_postpone_filter_module.o \
  260. src/http/ngx_http_postpone_filter_module.c
  261. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  262. -o objs/src/http/modules/ngx_http_ssi_filter_module.o \
  263. src/http/modules/ngx_http_ssi_filter_module.c
  264. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  265. -o objs/src/http/modules/ngx_http_charset_filter_module.o \
  266. src/http/modules/ngx_http_charset_filter_module.c
  267. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  268. -o objs/src/http/modules/ngx_http_image_filter_module.o \
  269. src/http/modules/ngx_http_image_filter_module.c
  270. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  271. -o objs/src/http/modules/ngx_http_sub_filter_module.o \
  272. src/http/modules/ngx_http_sub_filter_module.c
  273. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  274. -o objs/src/http/modules/ngx_http_gunzip_filter_module.o \
  275. src/http/modules/ngx_http_gunzip_filter_module.c
  276. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  277. -o objs/src/http/modules/ngx_http_userid_filter_module.o \
  278. src/http/modules/ngx_http_userid_filter_module.c
  279. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  280. -o objs/src/http/modules/ngx_http_gzip_static_module.o \
  281. src/http/modules/ngx_http_gzip_static_module.c
  282. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  283. -o objs/src/http/modules/ngx_http_autoindex_module.o \
  284. src/http/modules/ngx_http_autoindex_module.c
  285. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  286. -o objs/src/http/modules/ngx_http_auth_basic_module.o \
  287. src/http/modules/ngx_http_auth_basic_module.c
  288. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  289. -o objs/src/http/modules/ngx_http_access_module.o \
  290. src/http/modules/ngx_http_access_module.c
  291. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  292. -o objs/src/http/modules/ngx_http_limit_conn_module.o \
  293. src/http/modules/ngx_http_limit_conn_module.c
  294. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  295. -o objs/src/http/modules/ngx_http_limit_req_module.o \
  296. src/http/modules/ngx_http_limit_req_module.c
  297. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  298. -o objs/src/http/modules/ngx_http_geo_module.o \
  299. src/http/modules/ngx_http_geo_module.c
  300. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  301. -o objs/src/http/modules/ngx_http_map_module.o \
  302. src/http/modules/ngx_http_map_module.c
  303. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  304. -o objs/src/http/modules/ngx_http_split_clients_module.o \
  305. src/http/modules/ngx_http_split_clients_module.c
  306. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  307. -o objs/src/http/modules/ngx_http_referer_module.o \
  308. src/http/modules/ngx_http_referer_module.c
  309. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  310. -o objs/src/http/modules/ngx_http_rewrite_module.o \
  311. src/http/modules/ngx_http_rewrite_module.c
  312. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  313. -o objs/src/http/modules/ngx_http_ssl_module.o \
  314. src/http/modules/ngx_http_ssl_module.c
  315. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  316. -o objs/src/http/modules/ngx_http_proxy_module.o \
  317. src/http/modules/ngx_http_proxy_module.c
  318. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  319. -o objs/src/http/modules/ngx_http_fastcgi_module.o \
  320. src/http/modules/ngx_http_fastcgi_module.c
  321. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  322. -o objs/src/http/modules/ngx_http_uwsgi_module.o \
  323. src/http/modules/ngx_http_uwsgi_module.c
  324. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  325. -o objs/src/http/modules/ngx_http_scgi_module.o \
  326. src/http/modules/ngx_http_scgi_module.c
  327. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  328. -o objs/src/http/modules/ngx_http_memcached_module.o \
  329. src/http/modules/ngx_http_memcached_module.c
  330. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  331. -o objs/src/http/modules/ngx_http_empty_gif_module.o \
  332. src/http/modules/ngx_http_empty_gif_module.c
  333. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  334. -o objs/src/http/modules/ngx_http_browser_module.o \
  335. src/http/modules/ngx_http_browser_module.c
  336. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  337. -o objs/src/http/modules/ngx_http_flv_module.o \
  338. src/http/modules/ngx_http_flv_module.c
  339. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  340. -o objs/src/http/modules/ngx_http_mp4_module.o \
  341. src/http/modules/ngx_http_mp4_module.c
  342. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  343. -o objs/src/http/modules/ngx_http_upstream_hash_module.o \
  344. src/http/modules/ngx_http_upstream_hash_module.c
  345. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  346. -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
  347. src/http/modules/ngx_http_upstream_ip_hash_module.c
  348. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  349. -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
  350. src/http/modules/ngx_http_upstream_least_conn_module.c
  351. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
  352. -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
  353. src/http/modules/ngx_http_upstream_keepalive_module.c
  354. cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
  355. -o objs/ngx_modules.o \
  356. objs/ngx_modules.c
  357. cc -o objs/nginx \
  358. objs/src/core/nginx.o \
  359. objs/src/core/ngx_log.o \
  360. objs/src/core/ngx_palloc.o \
  361. objs/src/core/ngx_array.o \
  362. objs/src/core/ngx_list.o \
  363. objs/src/core/ngx_hash.o \
  364. objs/src/core/ngx_buf.o \
  365. objs/src/core/ngx_queue.o \
  366. objs/src/core/ngx_output_chain.o \
  367. objs/src/core/ngx_string.o \
  368. objs/src/core/ngx_parse.o \
  369. objs/src/core/ngx_inet.o \
  370. objs/src/core/ngx_file.o \
  371. objs/src/core/ngx_crc32.o \
  372. objs/src/core/ngx_murmurhash.o \
  373. objs/src/core/ngx_md5.o \
  374. objs/src/core/ngx_rbtree.o \
  375. objs/src/core/ngx_radix_tree.o \
  376. objs/src/core/ngx_slab.o \
  377. objs/src/core/ngx_times.o \
  378. objs/src/core/ngx_shmtx.o \
  379. objs/src/core/ngx_connection.o \
  380. objs/src/core/ngx_cycle.o \
  381. objs/src/core/ngx_spinlock.o \
  382. objs/src/core/ngx_cpuinfo.o \
  383. objs/src/core/ngx_conf_file.o \
  384. objs/src/core/ngx_resolver.o \
  385. objs/src/core/ngx_open_file_cache.o \
  386. objs/src/core/ngx_crypt.o \
  387. objs/src/core/ngx_proxy_protocol.o \
  388. objs/src/core/ngx_syslog.o \
  389. objs/src/event/ngx_event.o \
  390. objs/src/event/ngx_event_timer.o \
  391. objs/src/event/ngx_event_posted.o \
  392. objs/src/event/ngx_event_accept.o \
  393. objs/src/event/ngx_event_connect.o \
  394. objs/src/event/ngx_event_pipe.o \
  395. objs/src/os/unix/ngx_time.o \
  396. objs/src/os/unix/ngx_errno.o \
  397. objs/src/os/unix/ngx_alloc.o \
  398. objs/src/os/unix/ngx_files.o \
  399. objs/src/os/unix/ngx_socket.o \
  400. objs/src/os/unix/ngx_recv.o \
  401. objs/src/os/unix/ngx_readv_chain.o \
  402. objs/src/os/unix/ngx_udp_recv.o \
  403. objs/src/os/unix/ngx_send.o \
  404. objs/src/os/unix/ngx_writev_chain.o \
  405. objs/src/os/unix/ngx_channel.o \
  406. objs/src/os/unix/ngx_shmem.o \
  407. objs/src/os/unix/ngx_process.o \
  408. objs/src/os/unix/ngx_daemon.o \
  409. objs/src/os/unix/ngx_setaffinity.o \
  410. objs/src/os/unix/ngx_setproctitle.o \
  411. objs/src/os/unix/ngx_posix_init.o \
  412. objs/src/os/unix/ngx_user.o \
  413. objs/src/os/unix/ngx_process_cycle.o \
  414. objs/src/os/unix/ngx_linux_init.o \
  415. objs/src/event/modules/ngx_epoll_module.o \
  416. objs/src/os/unix/ngx_linux_sendfile_chain.o \
  417. objs/src/event/ngx_event_openssl.o \
  418. objs/src/event/ngx_event_openssl_stapling.o \
  419. objs/src/core/ngx_regex.o \
  420. objs/src/http/ngx_http.o \
  421. objs/src/http/ngx_http_core_module.o \
  422. objs/src/http/ngx_http_special_response.o \
  423. objs/src/http/ngx_http_request.o \
  424. objs/src/http/ngx_http_parse.o \
  425. objs/src/http/ngx_http_header_filter_module.o \
  426. objs/src/http/ngx_http_write_filter_module.o \
  427. objs/src/http/ngx_http_copy_filter_module.o \
  428. objs/src/http/modules/ngx_http_log_module.o \
  429. objs/src/http/ngx_http_request_body.o \
  430. objs/src/http/ngx_http_variables.o \
  431. objs/src/http/ngx_http_script.o \
  432. objs/src/http/ngx_http_upstream.o \
  433. objs/src/http/ngx_http_upstream_round_robin.o \
  434. objs/src/http/ngx_http_parse_time.o \
  435. objs/src/http/modules/ngx_http_static_module.o \
  436. objs/src/http/modules/ngx_http_index_module.o \
  437. objs/src/http/modules/ngx_http_chunked_filter_module.o \
  438. objs/src/http/modules/ngx_http_range_filter_module.o \
  439. objs/src/http/modules/ngx_http_headers_filter_module.o \
  440. objs/src/http/modules/ngx_http_not_modified_filter_module.o \
  441. objs/src/http/ngx_http_file_cache.o \
  442. objs/src/http/modules/ngx_http_gzip_filter_module.o \
  443. objs/src/http/ngx_http_postpone_filter_module.o \
  444. objs/src/http/modules/ngx_http_ssi_filter_module.o \
  445. objs/src/http/modules/ngx_http_charset_filter_module.o \
  446. objs/src/http/modules/ngx_http_image_filter_module.o \
  447. objs/src/http/modules/ngx_http_sub_filter_module.o \
  448. objs/src/http/modules/ngx_http_gunzip_filter_module.o \
  449. objs/src/http/modules/ngx_http_userid_filter_module.o \
  450. objs/src/http/modules/ngx_http_gzip_static_module.o \
  451. objs/src/http/modules/ngx_http_autoindex_module.o \
  452. objs/src/http/modules/ngx_http_auth_basic_module.o \
  453. objs/src/http/modules/ngx_http_access_module.o \
  454. objs/src/http/modules/ngx_http_limit_conn_module.o \
  455. objs/src/http/modules/ngx_http_limit_req_module.o \
  456. objs/src/http/modules/ngx_http_geo_module.o \
  457. objs/src/http/modules/ngx_http_map_module.o \
  458. objs/src/http/modules/ngx_http_split_clients_module.o \
  459. objs/src/http/modules/ngx_http_referer_module.o \
  460. objs/src/http/modules/ngx_http_rewrite_module.o \
  461. objs/src/http/modules/ngx_http_ssl_module.o \
  462. objs/src/http/modules/ngx_http_proxy_module.o \
  463. objs/src/http/modules/ngx_http_fastcgi_module.o \
  464. objs/src/http/modules/ngx_http_uwsgi_module.o \
  465. objs/src/http/modules/ngx_http_scgi_module.o \
  466. objs/src/http/modules/ngx_http_memcached_module.o \
  467. objs/src/http/modules/ngx_http_empty_gif_module.o \
  468. objs/src/http/modules/ngx_http_browser_module.o \
  469. objs/src/http/modules/ngx_http_flv_module.o \
  470. objs/src/http/modules/ngx_http_mp4_module.o \
  471. objs/src/http/modules/ngx_http_upstream_hash_module.o \
  472. objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
  473. objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
  474. objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
  475. objs/ngx_modules.o \
  476. -lpthread -lcrypt -lpcre -lssl -lcrypto -ldl -lz -lgd
  477. make[1]: Leaving directory `/tmp/nginx-1.8.0'
  478. make -f objs/Makefile manpage
  479. make[1]: Entering directory `/tmp/nginx-1.8.0'
  480. sed -e "s|%%PREFIX%%|/usr/local/nginx|" \
  481. -e "s|%%PID_PATH%%|/run/nginx.pid|" \
  482. -e "s|%%CONF_PATH%%|/etc/nginx/nginx.conf|" \
  483. -e "s|%%ERROR_LOG_PATH%%|/var/log/nginx/error.log|" \
  484. < man/nginx.8 > objs/nginx.8
  485. make[1]: Leaving directory `/tmp/nginx-1.8.0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement