Advertisement
Guest User

Untitled

a guest
Nov 10th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. make -f objs/Makefile
  2. make[1]: Entering directory '/home/pc/Documents/nginx-1.10.2'
  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. Assembler messages:
  7. Fatal error: can't create objs/src/core/nginx.o: Permission denied
  8. objs/Makefile:353: recipe for target 'objs/src/core/nginx.o' failed
  9. make[1]: *** [objs/src/core/nginx.o] Error 2
  10. make[1]: Leaving directory '/home/pc/Documents/nginx-1.10.2'
  11. Makefile:8: recipe for target 'build' failed
  12. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement