You were right, I could reproduce it on Linux (on cyg/win it's slightly different). Added to readme. BTW on arm the normal build work as well (see arm.txt). Fricas runs faster than I expected ;)
On 15 November 2017 at 08:27, oldk1331 <[email protected]> wrote: > > Do you think export FRICAS_INITFILE="" is still necessary? > > I've set $IOndex in ~/.fricas.input without problems. > > Yes, a single line ")boot $IOindex := 0" in ~/.fricas.input > will cause the following error in SBCL: > > >> System error: > The function BOOTTRAN::STTOSEX is undefined. > > After all, you didn't include the BOOT sources. > > -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/fricas-devel. > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
apt get ecl apt get libffi-dev wget https://sourceforge.net/projects/fricas/files/fricas/1.3.2/fricas-1.3.2-full.tar.bz2 tar tar xvf fricas-1.3.2-full.tar.bz2 cd fricas-1.3.2 ./configure --with-lisp=ecl --without-x make ... 1h 36m later --- before fricas-restart openServer result -2 FriCAS Computer Algebra System Version: FriCAS 1.3.2 Timestamp: Wed Nov 15 21:10:38 UTC 2017 ----------------------------------------------------------------------------- Issue )copyright to view copyright notices. Issue )summary for a summary of useful system commands. Issue )quit to leave FriCAS and return to shell. ----------------------------------------------------------------------------- Using local database /root/fricas-1.3.2/target/armv8l-linux-gnueabihf/algebra/compress.daase.. Using local database /root/fricas-1.3.2/target/armv8l-linux-gnueabihf/algebra/interp.daase.. Using local database /root/fricas-1.3.2/target/armv8l-linux-gnueabihf/algebra/operation.daase.. Using local database /root/fricas-1.3.2/target/armv8l-linux-gnueabihf/algebra/category.daase.. Using local database /root/fricas-1.3.2/target/armv8l-linux-gnueabihf/algebra/browse.daase.. (1) -> ;;; ;;; Compiling /root/fricas-1.3.2/contrib/emacs/gen-cpl.lisp. ;;; OPTIMIZE levels: Safety=0, Space=0, Speed=3, Debug=0 ;;; ;;; End of Pass 1. ;;; Finished compiling /root/fricas-1.3.2/contrib/emacs/gen-cpl.lisp. ;;; (1) -> cat ./fricas-cpl.hd fricas-cpl.in ./fricas-cpl.tl > fricas-cpl.el make[1]: Leaving directory '/root/fricas-1.3.2/contrib/emacs' root@localhost:~/fricas-1.3.2# make install .. make[1]: Leaving directory '/root/fricas-1.3.2/contrib/emacs' 79 FriCAS contrib installation finished.
