I untarred sage-4.4.4, then cd sage-4.4.4, then make. I got the following error:

Error building Sage.
./sage -docbuild all html  2>&1 | tee -a dochtml.log
**************************************************************************
You must compile Sage first using 'make' in the Sage root directory.
(If you have already compiled Sage, you must set the SAGE_ROOT variable in
the file './sage').
**************************************************************************

so i went into the sage script, and put

if [ "$SAGE_ROOT" = "/home/oscar/sage-4.4.4" ];  then
    SAGE_ROOT=`readlink -n "$0" 2> /dev/null` || \
    SAGE_ROOT=`realpath    "$0" 2> /dev/null` || \
    SAGE_ROOT="$0"

then ran make again, and got this error:

./sage -docbuild all html  2>&1 | tee -a dochtml.log
./sage: línea 34: cd: .....: No existe el fichero o el directorio
./sage: línea 39: /home/oscar/sage-4.4.4/local/bin/sage-sage: No existe el fichero o el directorio

help!!

Oscar.

--
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

Reply via email to