On Sun, Apr 14, 2024 at 11:03:36AM +0800, Qian Yun wrote:
> diff --git a/configure.ac b/configure.ac
> index 073f3e96..0c66c8de 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -452,6 +452,8 @@ case $fricas_lisp_flavor in
> sbcl)
> fricas_quiet_flags='--noinform --noprint --no-sysinit --no-userinit'
> fricas_eval_flags='--eval'
> + sbcl_memory_size=`echo "(princ (sb-ext:dynamic-space-size))" |
> $fricas_lisp $fricas_quiet_flags`
> + test $sbcl_memory_size -gt 2147483647 ||
> fricas_quiet_flags="--dynamic-space-size 2048 $fricas_quiet_flags"
> ;;
> cmucl)
> fricas_quiet_flags='-batch -nositeinit -noinit'
>
>
> This should work.
AFAICS it does not work. Fails with defualt 2.4.3. RSIMP is
compiled by 'interpsys' and 'sb-ext:dynamic-space-size' is not
propagated to inteprsys.
> BTW, I should update configure with which autoconf, 2.71?
Next update to configure should be with autoconf 2.71.
> Regarding "--disable-ldb --disable-debugger", they should not be
> used when dumping lisp image, instead they can be used when batch
> compiling lisp files.
OK, that is reasonable.
--
Waldek Hebisch
--
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/ZhwEzxhkD8NLjBWj%40fricas.org.