Advertisement
Guest User

Untitled

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