>
> "Andrey G. Grozin" <[email protected]> writes:
>
> > also fails to compile fricas, with the same symptoms.
>
> At the moment, hitting C-c to interrupt the compilation aborts the
> entire process. I can't currently work out how to turn this off -- I'd
> like to be able to get to the sbcl debugger while it's compiling
> NBLM.lsp, to see what the compiler is doing. Is that something that you
> can just say how to do?
Before compiling a file FriCAS prints command it uses, like:
echo ")compile" NBLM.spad | DAASE=./r7
AXIOM=/mnt/lv0/fricas/axp8/ax-build39/target/x86_64-unknown-linux
/mnt/lv0/fricas/axp8/ax-build39/build/x86_64-unknown-linux/bin/interpsys
To get into Lisp debugger chang into build directory, run
the command (without echo part):
cd src/algebra
DAASE=./r7 AXIOM=/mnt/lv0/fricas/axp8/ax-build39/target/x86_64-unknown-linux
/mnt/lv0/fricas/axp8/ax-build39/build/x86_64-unknown-linux/bin/interpsys
At the command prompt do:
)set break break
)compile NBLM.spad
In this case the ')set break break' part is not stictly necessary
(it casuses all error to go to Lisp debugger), but may help
in similar problems.
--
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 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.