Advertisement
Guest User

output

a guest
Apr 6th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. make all-recursive
  2. Making all in tests
  3. Making all in .
  4. make[3]: Nothing to be done for `all-am'.
  5. Making all in devel
  6. make[3]: Nothing to be done for `all'.
  7. Making all in mpn
  8. make[3]: Nothing to be done for `all'.
  9. Making all in mpz
  10. make[3]: Nothing to be done for `all'.
  11. Making all in mpq
  12. make[3]: Nothing to be done for `all'.
  13. Making all in mpf
  14. make[3]: Nothing to be done for `all'.
  15. Making all in rand
  16. make[3]: Nothing to be done for `all'.
  17. Making all in misc
  18. make[3]: Nothing to be done for `all'.
  19. Making all in cxx
  20. make[3]: Nothing to be done for `all'.
  21. Making all in mpbsd
  22. make[3]: Nothing to be done for `all'.
  23. Making all in mpn
  24. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -O2 -pedantic -m64 -mtune=core2 -march=core2 `test -f 'add_n.asm' || echo './'`add_n.asm
  25. libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -m64 -mtune=core2 -march=core2 add_n.asm -fno-common -DPIC -o .libs/add_n.o
  26. ../libtool: ../mpn/m4-ccas: /bin/sh: bad interpreter: Operation not permitted
  27. make[2]: *** [add_n.lo] Error 1
  28. make[1]: *** [all-recursive] Error 1
  29. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement