On Tue, Jan 16, 2024 at 12:23 PM Qian Yun <[email protected]> wrote: > > With sbcl-2.4.0, we need to use > > ./configure --with-lisp="sbcl --dynamic-space-size 2048" > > which is inconvenient and caused problems/confusion for a few > people already. > > I wonder if there's a way to make "./configure" work again. > > If we add "--dynamic-space-size 2048" to fricas_quiet_flags, > then we can't overwrite the dynamic-space-size anymore. > > (Because we use > LISP_CMD = $(FRICAS_LISP) $(fricas_quiet_flags) > the options in fricas_quiet_flags will overwrite options in FRICAS_LISP) > > > The only way I can think of is to add a new configure option: > --with-lisp-option. > > Any ideas?
it should be easy to basically let ./configure convert --with-lisp=sbcl into --with-lisp="sbcl --dynamic-space-size 2048" > > - Qian > > -- > 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/6a77b463-e750-40f5-bc67-f7237eddee4c%40gmail.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/CAAWYfq3oNk-bHohde%3DuekHjxX6cfNtE%2BYr3k_30Effa3zO70EQ%40mail.gmail.com.
