Hi On 9 February 2016 at 22:10, Alex <[email protected]> wrote:
> Hi, > I've tried to compilate sage but it doesn't work. Here is the message in > the shell : > make build/make/Makefile > make[1]: Entering directory '/usr/local/share/sage-7.0' > rm -f config.log > mkdir -p logs/pkgs > ln -s logs/pkgs/config.log config.log > ./configure: line 1890: config.log: Permission denied > ./configure: line 1900: config.log: Permission denied > If you would like to try to build Sage anyway (to help porting), > export the variable 'SAGE_PORT' to something non-empty. > Makefile:23: recipe for target 'build/make/Makefile' failed > make[1]: *** [build/make/Makefile] Error 1 > make[1]: Leaving directory '/usr/local/share/sage-7.0' > Makefile:16: recipe for target 'all' failed > make: *** [all] Error 2 > > Please help me, I've been searching for days a way to install sage but > nothing works..... > > Thank you ! > Try fix the permissions sudo chown -R `whoami`:`whoami` /usr/local/share/sage-7.0 and then compile again. Regards, Jan -- .~. /V\ Jan Groenewald /( )\ www.aims.ac.za ^^-^^ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
