Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. hecking how to run the C preprocessor... gcc -E
  2. checking for g++... no
  3. checking for c++... no
  4. checking for gpp... no
  5. checking for aCC... no
  6. checking for CC... no
  7. checking for cxx... no
  8. checking for cc++... no
  9. checking for cl.exe... no
  10. checking for FCC... no
  11. checking for KCC... no
  12. checking for RCC... no
  13. checking for xlC_r... no
  14. checking for xlC... no
  15. checking whether we are using the GNU C++ compiler... no
  16. checking whether g++ accepts -g... no
  17. checking dependency style of g++... none
  18. checking for gfortran... no
  19. checking for g95... no
  20. checking for xlf95... no
  21. checking for f95... no
  22. checking for fort... no
  23. checking for ifort... no
  24. checking for ifc... no
  25. checking for efc... no
  26. checking for pgfortran... no
  27. checking for pgf95... no
  28. checking for lf95... no
  29. checking for ftn... no
  30. checking for xlf90... no
  31. checking for f90... no
  32. checking for pgf90... no
  33. checking for pghpf... no
  34. checking for epcf90... no
  35. checking for g77... no
  36. checking for xlf... no
  37. checking for f77... no
  38. checking for frt... no
  39. checking for pgf77... no
  40. checking for cf77... no
  41. checking for fort77... no
  42. checking for fl32... no
  43. checking for af77... no
  44. checking whether we are using the GNU Fortran compiler... no
  45. checking whether accepts -g... no
  46. checking for m4... no
  47. configure: Sorry, the 'm4' command must be in the path to build Sage
  48. configure: On some systems it can be found in /usr/ccs/bin
  49. configure: See also http://www.gnu.org/software/m4/
  50. configure: error: Exiting, as the macro processor 'm4' can not be found.
  51. You do not have all of the prerequisites needed to build Sage
  52. from source. See the errors above.
  53. make[1]: *** [installed/prereq-1.0] Error 1
  54. make[1]: Leaving directory `/home/andrew/Downloads/sage-5.1/spkg'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement