Dear Devika,

On Sun, Jan 20, 2019 at 9:59 AM Devika Sugathan <devikasugathan...@gmail.com>
wrote:

> Hello,
> I'm a second year engineering student and would like to contribute to sage
> math. Can someone please help me with my doubts on how to proceed and
> please do give me an idea of the skill sets required for contributing. I
> have faced an issue while building the environment.
>
> While running the command *make* I got an error and the screenshot is
> attached below. Later I tried opening the log file gfortran-7.2.0.log and
> received some other error message. Kindly view the screenshots and help me
> out in this regard.
>

First of all, on a Linux system you almost never would need to build
Sage-supplied gfortran, it's much easier to install a system-wide gfortran
using the system's package manager.
See
http://doc.sagemath.org/html/en/installation/source.html#installing-prerequisites

E.g. on a debian system you'd do

sudo apt-get install binutils gcc g++ gfortran make m4 perl tar \git
openssl libssl-dev

(I think it's actually outdated, you should add yasm, libcurl4-openssl-dev,
lzma-dev, xz to this list of packages)

Then, you are using zsh, I am not sure it's well-supported by Sage. Could
you build Sage using bash?


>
>
> --
> Regards
> Devika Sugathan
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to