I would like to ask for some help building FriCAS ob Ubuntu 18.04. I would like to use GCL as the lisp interpreter, as it is already installed on the system, and used by other programs (e.g., Maxima).
1. downloaded sources from the homepage, version 1.3.5.
2. ./configure --with-x --with-lisp=gcl
3. make
make[2]: Entering directory '/home/arpi/packaging/fricas/fricas-1.3.5/src/etc'
cp summary /home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/lib/summary
cp copyright /home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/lib/copyright
cp fricas /home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/bin/fricas
cp SPADEDIT /home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/lib/SPADEDIT
test -d /home/arpi/packaging/fricas/fricas-1.3.5/pre-generated/target/algebra && echo timestamp > stamp-databases \
|| make do-stamp-databases
4 making /home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/bin/asq from asq.c
gcc -O2 -Wall -D_GNU_SOURCE -I/home/arpi/packaging/fricas/fricas-1.3.5/src/include -I/home/arpi/packaging/fricas/fricas-1.3.5/config -o /home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/bin/asq asq.c
echo ")read ./gen-cpl.lisp" >
gen-cpl.inchmod +x /home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/bin/fricas
chmod +x /home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/lib/SPADEDIT
echo ')lisp (do_command_list "'/home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu/lib/command.list'")' >>
gen-cpl.in(DD=/home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu; \
if test -d /home/arpi/packaging/fricas/fricas-1.3.5/pre-generated/target/algebra ; then \
DD=/home/arpi/packaging/fricas/fricas-1.3.5/pre-generated/target/ ; \
fi ; \
cat
gen-cpl.in | \
DAASE=$DD AXIOM=/home/arpi/packaging/fricas/fricas-1.3.5/target/x86_64-linux-gnu \
FRICAS_INITFILE='' /home/arpi/packaging/fricas/fricas-1.3.5/build/x86_64-linux-gnu/bin/interpsys )
openServer result -2
FriCAS Computer Algebra System
Version: FriCAS 1.3.5
Timestamp: Fri Mar 22 11:26:49 CET 2019
-----------------------------------------------------------------------------
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 /home/arpi/packaging/fricas/fricas-1.3.5/pre-generated/target//algebra/compress.daase..
Error: PARSE-ERROR "\"/home/arpi/packaging/fricas/fricas-1.3.5/pre-generated/target//algebra/compress.daase\" is not a valid pathname on host NIL"
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by LET.
PARSE-ERROR "\"/home/arpi/packaging/fricas/fricas-1.3.5/pre-generated/target//algebra/compress.daase\" is not a valid pathname on host NIL"
Broken at SYSTEM::GCL-TOP-LEVEL.
1 (abort) Return to debug level 1.
2 Return to top level.
BOOT>>>
>> System error:
Error: ERROR "The tag |top_level| is undefined."
Thank you in advance.