On Wed, Mar 3, 2021 at 5:15 PM 'Klaus Hackenberg' via sage-support
<sage-support@googlegroups.com> wrote:
>
> High,
> I tried to compile sage 9.2 on a server running RHEL 6.
> I use gcc 9.2.0 to compile and the following commands
>
> ./configure --with-gmp=gmp
might be in error.

What did you mean to achieve by '--with-gmp=gmp' ? By default Sage
will look for a systemwide GMP
installation and try to use it (else it will build its own)
But Sage needs GMP version 6.1, at least. Most probably what you have
on the 10-years old RHEL 6
is still GMP version 4, so it won't fly.

You probably want to force building GMP rather than much iffier MPIR, so you'd
probably need  '--with-mp=gmp' in this case.



> make -j4
>
> ppl-1.2 fails to compile whith the attached error log file.
> Do you have any idea what's going wrong and how to fix it?
> Regards, Klaus Hackenberg
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/e1713003-dbe6-475b-9ffd-214d005cfec5n%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq0i67G3DRu4oeLSTegkFw0Dr-FtFVHnpQShXze%3DSi7h5g%40mail.gmail.com.

Reply via email to