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

Reply via email to