On 2018-02-15 21:34, Harald Helfgott wrote:
What is the issue here? What can be done?

Seems like a conflict between the mpfr/mpc libraries used by your system's GCC and the libraries in Sage.

Can you try to find the location of the "cc1" program used by GCC. Typically, this will be in a location like /usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.4/cc1 and then do (adjusting the paths)

$ ldd /usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.4/cc1

And from the Sage directory:

$ ./sage --sh -c "ldd /usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.4/cc1"

and post the output of both commands.

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