Thanks! This worked for me once I told sage to NOT use the system ecl: it 
is configured to use GCC15 (and I don't see how to change that), which then 
leads to problems with building maxima. Building your own ecl does lead to 
an ecl that uses gcc-14, which then builds maxima without problems.

On Sunday, 4 May 2025 at 10:35:06 UTC-7 Vincent Macri wrote:

> As a workaround until GCC 15 is supported, this worked for me:
>
> export CC=$(which gcc-14)
> export CPP=$(which cpp-14)
> export CXX=$(which g++-14)
> export FC=$(which gfortran-14)
>
> these can be installed via the Fedora packages gcc14, gcc14-c++, and 
> gcc14-gfortran.
>
> Vincent Macri (He/Him)
>
>

-- 
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 view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/10a5a6c3-9763-44ff-ac2d-6a482febfde3n%40googlegroups.com.

Reply via email to