Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Admin@HP-Pavilion-PC /mnt/clfs/sources/isl-0.12.2
  2. $ make -j4
  3. make all-recursive
  4. make[1]: Entering directory '/mnt/clfs/sources/isl-0.12.2'
  5. Making all in .
  6. make[2]: Entering directory '/mnt/clfs/sources/isl-0.12.2'
  7. CCLD libisl.la
  8. libtool: error: can't build x86_64-unknown-cygwin shared library unless -no-undefined is specified
  9. Makefile:884: recipe for target 'libisl.la' failed
  10. make[2]: *** [libisl.la] Error 1
  11. make[2]: Leaving directory '/mnt/clfs/sources/isl-0.12.2'
  12. Makefile:1766: recipe for target 'all-recursive' failed
  13. make[1]: *** [all-recursive] Error 1
  14. make[1]: Leaving directory '/mnt/clfs/sources/isl-0.12.2'
  15. Makefile:784: recipe for target 'all' failed
  16. make: *** [all] Error 2
  17.  
  18. Admin@HP-Pavilion-PC /mnt/clfs/sources/isl-0.12.2
  19. $ make -j4
  20. make all-recursive
  21. make[1]: Entering directory '/mnt/clfs/sources/isl-0.12.2'
  22. Making all in .
  23. make[2]: Entering directory '/mnt/clfs/sources/isl-0.12.2'
  24. CCLD libisl.la
  25. Usage: /mnt/clfs/sources/isl-0.12.2/libtool [OPTION]... [MODE-ARG]...
  26. Try 'libtool --help' for more information.
  27. libtool: error: unrecognised option: '-no-undefined'
  28. Makefile:884: recipe for target 'libisl.la' failed
  29. make[2]: *** [libisl.la] Error 1
  30. make[2]: Leaving directory '/mnt/clfs/sources/isl-0.12.2'
  31. Makefile:1766: recipe for target 'all-recursive' failed
  32. make[1]: *** [all-recursive] Error 1
  33. make[1]: Leaving directory '/mnt/clfs/sources/isl-0.12.2'
  34. Makefile:784: recipe for target 'all' failed
  35. make: *** [all] Error 2
  36.  
  37. Admin@HP-Pavilion-PC /mnt/clfs/sources/isl-0.12.2
  38. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement