Bill Page wrote:
> 
> 
> There is a program written in C called asq that is still part of
> FriCAS but it no longer seems to work. It outputs "Not found" for any
> query I enter.  It was intended as a way to query the daase files
> outside of hyperdoc.  Perhaps there have been some changes to the
> structure and/or location of the database files that causes it to
> fail.
> 
> This is what I tried:
> 
> wspage@suse:~/fricas-build> $AXIOM/bin/asq -all INTEGER
> Not found!
> 

asq needs either abbreviation or a constructor.  asq is
case sensitive.  Try

$AXIOM/bin/asq -all Integer

or

$AXIOM/bin/asq -all INT

Both work for me.

Apparently nobody uses 'asq' so I am actually thinking about
removing it (it does not cause trouble, so there is no rush
with removal).  At some point in the past it was broken, so
I fixed it.  Given that nobody complained about breakage,
there can not be much use...

-- 
                              Waldek Hebisch
[email protected] 

-- 
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 http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to