By the way, if you haven't yet installed fricas,
could you try running ./sage and there
sage: from sage.features.fricas import FriCAS
sage: FriCAS().is_present()
What does it output?
On Tuesday, January 9, 2024 at 10:53:20 AM UTC Dima Pasechnik wrote:
> It looks like the fricas package is bro
It looks like the fricas package is broken in your installation. Perhaps
it's just not installed.
Do you have logs/pkgs/fricas-1.3.8.p1.log ?
If not, it was not installed. It's an optional package.
You can install it by running
make fricas && make build
(or make -j8 instead of just make) - 8 ca
This indeed fixed it, thanks a lot!
Op zaterdag 6 januari 2024 om 21:00:05 UTC+1 schreef Matthias Koeppe:
> Relevant error from sagelib... log:
>
> /usr/bin/ld: ///usr/local/lib/libntl.a(RR.o): relocation
> R_X86_64_TPOFF32 against symbol `_ZN3NTL2RR4precE' can not be used when
> making a s
Relevant error from sagelib... log:
/usr/bin/ld: ///usr/local/lib/libntl.a(RR.o): relocation
R_X86_64_TPOFF32 against symbol `_ZN3NTL2RR4precE' can not be used when
making a shared object; recompile with -fPIC
/usr/bin/ld: failed to set dynamic section sizes: bad value
collect2: erro
I would try to skip cache and ccache options in your call to
./configure
On Saturday, January 6, 2024 at 6:05:42 PM UTC wouter@gmail.com wrote:
> Hi all,
>
> I'm trying to build Sage 10.3 beta from source in Ubuntu 22.04 by rather
> naively following
>
> https://doc.sagemath.org/html/en/in