Hi Dima and many thanks for your help.
Le jeudi 21 août à 23:42, Dima Pasechnik a écrit :
> On Thu, Aug 21, 2025 at 1:19 PM Dima Pasechnik <
dim...@gmail.com> wrote:
> >
> > Thanks for the log; one place there looks suspicious, and probably
> > results in your errors
> >
> > [spkg-install] [9/30] Linking static target extern/agg24-svn/libagg.a
> > [spkg-install] ar:
> > extern/agg24-svn/libagg.a.p/src_agg_bezier_arc.cpp.o: plugin needed to
> > handle lto object
> >
> > So it's probably ar which needs to be replaced by gnu-ar, don't know
> > how, though:
On my distro, its gnu-ar from binutils-2.37 ; do you think it's too old ?
As I've never used git, I aks some help to a friend of mine which the
maintener of slint.
I follow the commands he gave me :
git clone -c core.symlinks=true --filter blob:none \
--origin upstream --branch develop --tags \
https://github.com/sagemath/sage.git
cd sage
git fetch upstream pull/40633/head:pr-40633
git merge pr-40633
make configure
export SAGE_ROOT=~/sage/
MAKE="make -j8" # instaid of MAKEFLAGS="-j$(nproc) -l$(nproc).5"
# with this variable compilation fails for m4ri
./configure --disable-notebook \
--disable-doc \
--disable-r \
--with-system-python3=no
make
Compilation begins but after saying
[linbox-1.7.0+sage-2024-05-18] successfully installed
nothing happens ; After five or or ten minutes, I stopped.
Two tries gave the same thing.
Have you some idea or my commands are not good ?
Cheers.
--
Philippe
> To view this discussion visit
https://groups.google.com/d/msgid/sage-support/CAAWYfq2uEKbZy0f0V1dMyEeJmhc1fOph%2BRXefVkQ%3DK%2BwCVNrTg%40mail.gmail.com.