Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.16 KB | None | 0 0
  1. root@edison:~/libffi-3.1# make install
  2. MAKE i686-pc-linux-gnu : 0 * install
  3. make[1]: Entering directory '/home/root/libffi-3.1/i686-pc-linux-gnu'
  4. Making install in include
  5. make[2]: Entering directory '/home/root/libffi-3.1/i686-pc-linux-gnu/include'
  6. make[3]: Entering directory '/home/root/libffi-3.1/i686-pc-linux-gnu/include'
  7. make[3]: Nothing to be done for 'install-exec-am'.
  8.  ../../install-sh -c -d '/usr/local/lib/libffi-3.1/include'
  9.  ../install-sh -c -m 644 ffi.h ffitarget.h '/usr/local/lib/libffi-3.1/include'
  10. /bin/sh: ../install-sh: not found
  11. Makefile:361: recipe for target 'install-nodist_includesHEADERS' failed
  12. make[3]: *** [install-nodist_includesHEADERS] Error 127
  13. make[3]: Leaving directory '/home/root/libffi-3.1/i686-pc-linux-gnu/include'
  14. Makefile:477: recipe for target 'install-am' failed
  15. make[2]: *** [install-am] Error 2
  16. make[2]: Leaving directory '/home/root/libffi-3.1/i686-pc-linux-gnu/include'
  17. Makefile:1577: recipe for target 'install-recursive' failed
  18. make[1]: *** [install-recursive] Error 1
  19. make[1]: Leaving directory '/home/root/libffi-3.1/i686-pc-linux-gnu'
  20. Makefile:3095: recipe for target 'install' failed
  21. make: *** [install] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement