For installing from source, read
http://doc.sagemath.org/html/en/installation/index.html
namely:
http://doc.sagemath.org/html/en/installation/source.html
On Wed, Sep 19, 2018 at 10:42 AM Dima Pasechnik <dimp...@gmail.com> wrote:
>
> You have downloaded a binary release, which you should install by running
> ./sage
>
> and not by configure+make - the latter is for building from source.
> HTH
> Dima
> On Wed, Sep 19, 2018 at 10:27 AM ET <erkan.ta...@gmail.com> wrote:
> >
> > I downloaded the Fedora version of Sage 8.3 from the official website of 
> > Sage, but when I extracted the content and run following:
> >
> > ./configure
> > make -j$(nproc)
> >
> >
> >
> > It throws an error that it cannot find g++. More specifically this error:
> >
> >> patching /home/etairi/app/SageMath/local/bin/g++
> >> Traceback (most recent call last):
> >>   File "./relocate-once.py", line 207, in <module>
> >>     ch(3469651, 3469823).save()
> >>   File "./relocate-once.py", line 113, in patch
> >>     self.search_and_replace, self.filename
> >>   File "./relocate-once.py", line 52, in __init__
> >>     super(FileBinaryPatch, self).__init__(search_and_replace, filename)
> >>   File "./relocate-once.py", line 40, in __init__
> >>     self.st = os.stat(filename)
> >> OSError: [Errno 2] No such file or directory: 
> >> '/home/user/app/SageMath/local/bin/g++'
> >> make: *** [Makefile:31: base-toolchain] Error 1
> >
> >
> > When I actually checked the `/local/bin` directory inside the SageMath 
> > folder, indeed there is no g++, but the other tools are there. How can I 
> > build Sage 8.3 from source in Fedora?
> >
> > --
> > 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-supp...@googlegroups.com.
> > Visit this group at https://groups.google.com/group/sage-support.
> > 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