Advertisement
Guest User

Untitled

a guest
Sep 24th, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
  2. src/http/modules/ngx_http_upstream_keepalive_module.c
  3. gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/local/zlib -I objs \
  4. -o objs/ngx_modules.o \
  5. objs/ngx_modules.c
  6. cd /usr/local/zlib \
  7. && make distclean \
  8. && CFLAGS="-O2 -fomit-frame-pointer -pipe " CC="gcc" \
  9. ./configure \
  10. && make libz.a
  11. make[2]: Entering directory `/usr/local/zlib'
  12. make[2]: *** No rule to make target `distclean'. Stop.
  13. make[2]: Leaving directory `/usr/local/zlib'
  14. make[1]: *** [/usr/local/zlib/libz.a] Error 2
  15. make[1]: Leaving directory `/home/tallis/Downloads/nginx-1.1.4'
  16. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement