Advertisement
Guest User

Untitled

a guest
Jan 6th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Now type 'make' to compile lde.
  2. this@this:~/Downloads/lde$ make
  3. ( cd crash_recovery ; make -f Makefile all )
  4. make[1]: Entering directory `/home/this/Downloads/lde/crash_recovery'
  5. make[1]: Nothing to be done for `all'.
  6. make[1]: Leaving directory `/home/this/Downloads/lde/crash_recovery'
  7. ( cd src ; make -f Makefile all )
  8. make[1]: Entering directory `/home/this/Downloads/lde/src'
  9. make[2]: Entering directory `/home/this/Downloads/lde/src/swiped'
  10. yacc cnews/getdate.y
  11. make[2]: yacc: Command not found
  12. make[2]: *** [getdate.o] Error 127
  13. make[2]: Leaving directory `/home/this/Downloads/lde/src/swiped'
  14. make[1]: *** [swiped.a] Error 2
  15. make[1]: Leaving directory `/home/this/Downloads/lde/src'
  16. make: *** [dummy.src] Error 2
  17. this@this:~/Downloads/lde$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement