Another tricky bug on Windows is that, we can't compile TMFORM
with default heap size, so we need to pass "--dynamic-space-size 4096".

That is not a problem on Linux, but on Windows, it's complicated.

First, by default, SBCL installation path contains spaces.
("C:\Program Files\Steel Bank Common Lisp\2.0.0")

Our configure script and Makefile are not happy about it.

Is it a bug that we can't compile FriCAS with SBCL installed in a
directory which contains spaces (on either linux or windows).

Second, I can tweak build script to make previous problem go away,
but to combine "SBCL path contains space" and "pass additional
parameters to SBCL", it seems impossible?  I can't work out the
correct combination between quote chars and escape chars.

Anyway, we can simply install SBCL into "C:\sbcl" and call it a day,
but still, can we improve the current situation?

Third, is it a bug that compile TMFORM requires so much RAM?
We should look into it to see if RAM usage can be reduced.

- 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/68fe3504-a454-6287-3ff5-48185470970a%40gmail.com.

Reply via email to