On Thu, May 10, 2012 at 3:53 AM, Eric Kangas <[email protected]> wrote: > Actually I tried compiling it again and this time the error was this: > > checking for m4... no > configure: Sorry, the 'm4' command must be in the path to build Sage Basically m4 is the macroprocessor. you need to run following commands:
sudo apt-get update sudo apt-get install m4 hope it will be informative. cheers :) -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
