Fri 2018-03-09 07:21:11 UTC:
>
> I have tried installing Sage but I keep getting error message :
>
> Error building Sage.
>
> The following package(s) may have failed to build (not necessarily
> during this run of 'make all'):
>
> * package: sagelib-8.1
>   log file: /media/kiran/DRIVE/SageMath/logs/pkgs/sagelib-8.1.log
>   build directory: 
/media/kiran/DRIVE/SageMath/local/var/tmp/sage/build/sagelib-8.1
>
> The build directory may contain configuration files and other potentially
> helpful information. WARNING: if you now run 'make' again, the build
> directory will, by default, be deleted. Set the environment variable
> SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
>
> Makefile:16: recipe for target 'all' failed
> make: *** [all] Error 1
>
> what should i do?

If you downloaded a binary, no need to run make.

If you downloaded the source, make sure you have
all the prerequisites for running make. In Ubuntu,
this would get you all the prerequisites for Sage and
some of its optional packages.

    sudo apt install binutils gcc g++ gfortran make m4 perl tar git \
      openssl libssl-dev texlive texlive-latex-extras dvipng ffmpeg \
      imagemagick tk tk-dev libcurl-dev perl-tk

It would be helpful to know more about your operating system.

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to