fyi; I just verified this again. I installed brand new Linux mint 21.2 again and installed SBCL from the package manager and did
sudo apt-get install build-essential ./configure make And it finished with no problem. Same exact 1.3.10 tar file. Only difference I see is that Linux mint uses e@me-VirtualBox:~/TMP/fricas-1.3.10$ which sbcl /usr/bin/sbcl me@me-VirtualBox:~/TMP/fricas-1.3.10$ sbcl --version SBCL 2.1.11.debian And Linux Manjaro where it gives error building is >sbcl --version SBCL 2.3.11 So it could be the different lisp is the problem conflicting with 1.3.10 --Nasser On Wednesday, January 10, 2024 at 10:37:34 AM UTC-6 Dima Pasechnik wrote: > Perhaps something should be put into ~/.sbclrc to set this default bigger? > > On Wed, Jan 10, 2024 at 2:50 PM oldk1331 <[email protected]> wrote: > > > > Looks like a bash quoting problem. You may need to escape the quotes. > > > > BTW, the default is 1GB. I usually test with 4GB. Not sure what the > minimal is. > > > > - Qian > > > > On Wed, Jan 10, 2024, 10:41 PM Andrey G. Grozin <[email protected]> > wrote: > >> > >> On Wed, 10 Jan 2024, Qian Yun wrote: > >> > You can build with > >> > ./configure --with-lisp="sbcl --dynamic-space-size 4096" > >> > >> ./configure --prefix=/usr --build=x86_64-pc-linux-gnu > >> --host=x86_64-pc-linux-gnu --mandir=/usr/share/man > >> --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc > >> --localstatedir=/var/lib --datarootdir=/usr/share > >> --docdir=/usr/share/doc/fricas-1.3.10 > >> --htmldir=/usr/share/doc/fricas-1.3.10/html --libdir=/usr/lib64 > >> --disable-aldor --with-lisp="sbcl --dynamic-space-size 4096" --with-x > >> --with-gmp > >> configure: error: unrecognized option: `--dynamic-space-size' > >> Try `./configure --help' for more information > >> > >> Andrey > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups "FriCAS - computer algebra system" group. > >> To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > >> To view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/aa5cc496-fc3d-b77a-a66c-da597a81512e%40starnew.inp.nsk.su > . > > > > -- > > You received this message because you are subscribed to the Google > Groups "FriCAS - computer algebra system" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/CAGBJN92vgLc4JufmEP%2BENNw%3DR7RpF1ww%2BhLfGRKri3WL-0hYrA%40mail.gmail.com > . > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/92f65288-063a-4e41-9b1a-f1692be38159n%40googlegroups.com.
