Advertisement
Guest User

Untitled

a guest
Aug 24th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. wild@torvps:~/sbnc-1.3.9$ make
  2. make all-recursive
  3. make[1]: Entering directory `/home/wild/sbnc-1.3.9'
  4. Making all in third-party
  5. make[2]: Entering directory `/home/wild/sbnc-1.3.9/third-party'
  6. Making all in libltdl
  7. make[3]: Entering directory `/home/wild/sbnc-1.3.9/third-party/libltdl'
  8. make all-am
  9. make[4]: Entering directory `/home/wild/sbnc-1.3.9/third-party/libltdl'
  10. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c
  11. make[4]: vfork: Resource temporarily unavailable
  12. make[4]: Leaving directory `/home/wild/sbnc-1.3.9/third-party/libltdl'
  13. make[3]: *** [all] Error 2
  14. make[3]: Leaving directory `/home/wild/sbnc-1.3.9/third-party/libltdl'
  15. make[2]: *** [all-recursive] Error 1
  16. make[2]: Leaving directory `/home/wild/sbnc-1.3.9/third-party'
  17. make[1]: *** [all-recursive] Error 1
  18. make[1]: Leaving directory `/home/wild/sbnc-1.3.9'
  19. make: *** [all] Error 2
  20. wild@torvps:~/sbnc-1.3.9$ make install
  21. Making install in third-party
  22. make[1]: Entering directory `/home/wild/sbnc-1.3.9/third-party'
  23. make[1]: Nothing to be done for `install'.
  24. make[1]: Leaving directory `/home/wild/sbnc-1.3.9/third-party'
  25. Making install in src
  26. make[1]: Entering directory `/home/wild/sbnc-1.3.9/src'
  27. make[1]: *** No rule to make target `../third-party/md5/libmd5.la', needed by `sbnc'. Stop.
  28. make[1]: Leaving directory `/home/wild/sbnc-1.3.9/src'
  29. make: *** [install-recursive] Error 1
  30. wild@torvps:~/sbnc-1.3.9$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement