Igor Pashev wrote:
>
> Ok, I have fricas installed.
>
> How can I test whether it works?
>
> These are my tries:
> (21:41:28)
> [pas...@life:~/SLACK/PKG-12.2.0/x86]
> # fricas
>
This should work and print a banner (like the one Martin posted).
>
> (21:44:26)
> [pas...@life:~/SLACK/PKG-12.2.0/x86]
> # echo '1 + 2 - 3 / 4 * 3 ** 2 - 1' | fricas
> clef trying to get the initial terminal settings: Invalid argument
> module 'syscalls' requires package OS.
Currently using fricas in a pipe like above does not work (in
pipe one has to set up a more complicated command). However
the message is rather strong indication of what happended:
it seems that you are using Clisp (we asked which Lisp you use
and you did not answer to this..) and that during installation
you or (more likely) Slackware installer stripped the main
FriCAS binary (that is AXIOMsys).
Extra remarks:
- all FriCAS files are installed using 'install' command from
your system. This command is like copy, but may do some
extra work like registering files in package database. On
many systems 'install' command strips all installed binaries.
- striping FriCAS binaries my break them. In particular Clisp based
FriCAS may crash with message:
module 'syscalls' requires package OS.
- the 'file' command should tell you if binaries are stripped. In
particular:
file /usr/lib/fricas/target/i686-slackware-linux/bin/AXIOMsys
should tell you if the main FriCAS binary is stripped
- FriCAS binaries are run during build. If build completed
sucessfully it strongly suggest that binaries got broken
during install.
- you can run FriCAS from the build tree (without isnstalling it).
Assuming that you have build in /tmp/fricas-svn/ the following
should work:
(export AXIOM=/tmp/fricas-svn/target/i686-slackware-linux; $AXIOM/bin/axiom)
--
Waldek Hebisch
[email protected]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---