Advertisement
Creqz

make

Jan 17th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. ~/src/notmuch-08e6d37% make
  2.  
  3. make all-recursive
  4. make[1]: Entering directory `/home/jgafnea/src/notmuch-08e6d37'
  5. Making all in maildrop/numlib
  6. make[2]: Entering directory `/home/jgafnea/src/notmuch-08e6d37/maildrop/numlib'
  7. CC atotimet.lo
  8. CC atouidt.lo
  9. CC changeuidgid.lo
  10. CC strdevt.lo
  11. CC strgidt.lo
  12. CC strhdevt.lo
  13. CC strhinot.lo
  14. CC strhpidt.lo
  15. CC strhtimet.lo
  16. CC strinot.lo
  17. CC strofft.lo
  18. CC strpidt.lo
  19. CC strsize.lo
  20. CC strsizet.lo
  21. CC strtimet.lo
  22. CC struidt.lo
  23. CCLD libnumlib.la
  24. make[2]: Leaving directory `/home/jgafnea/src/notmuch-08e6d37/maildrop/numlib'
  25. Making all in src
  26. make[2]: Entering directory `/home/jgafnea/src/notmuch-08e6d37/src'
  27. CC maildircreate.o
  28. CC maildiropen.o
  29. ../maildrop/maildir/maildiropen.c: In function 'maildir_getlink':
  30. ../maildrop/maildir/maildiropen.c:51:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  31. CC maildirmkdir.o
  32. CC main.o
  33. CCLD notmuch-deliver
  34. main.o: In function `main':
  35. /home/jgafnea/src/notmuch-08e6d37/src/main.c:466: undefined reference to `notmuch_database_destroy'
  36. collect2: ld returned 1 exit status
  37. make[2]: *** [notmuch-deliver] Error 1
  38. make[2]: Leaving directory `/home/jgafnea/src/notmuch-08e6d37/src'
  39. make[1]: *** [all-recursive] Error 1
  40. make[1]: Leaving directory `/home/jgafnea/src/notmuch-08e6d37'
  41. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement