Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [xxx@remote11 shell]$ make
  2. gcc -g -c parse.c
  3. gcc -g -c lsh.c
  4. lsh.c: In function ‘main’:
  5. lsh.c:78: error: ‘SIGINT’ undeclared (first use in this function)
  6. lsh.c:78: error: (Each undeclared identifier is reported only once
  7. lsh.c:78: error: for each function it appears in.)
  8. lsh.c:102: error: ‘SIGKILL’ undeclared (first use in this function)
  9. lsh.c:145: error: ‘SIGCHLD’ undeclared (first use in this function)
  10. lsh.c: In function ‘execute’:
  11. lsh.c:169: error: ‘SIGINT’ undeclared (first use in this function)
  12. lsh.c:169: error: ‘SIG_IGN’ undeclared (first use in this function)
  13. make: *** [lsh.o] Error 1
  14. [xxx@remote11 shell]$ vim lsh.c
  15. [xxx@remote11 shell]$ make
  16. > sleep 20&
  17. Command sleep started in background with PID [27153]
  18. > ls
  19. DESIGNDOC Icon lsh lsh.c lsh.o Makefile parse.c parse.h parse.o
  20. -
  21. -
  22. - STUCK!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement