axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: #196 ')set functions compile on' and lastest axiom


From: Ralf Hemmecke
Subject: [Axiom-developer] Re: #196 ')set functions compile on' and lastest axiom
Date: Tue, 28 Mar 2006 23:50:05 +0200
User-agent: Thunderbird 1.5 (X11/20051201)

Hi Greg,

I compiled axiom--main--1--patch-47.

Output comes below. I hope that helps...
My Axiom does not crash on that.

Ralf

woodpecker:~>axiom
                        AXIOM Computer Algebra System
                       Version: Axiom (December 2005)
                Timestamp: Monday March 13, 2006 at 17:28:16
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave AXIOM and return to shell.
-----------------------------------------------------------------------------

   Re-reading compress.daase   Re-reading interp.daase
   Re-reading operation.daase
   Re-reading category.daase
   Re-reading browse.daase
(1) ->
(1) -> )set func comp off
(1) -> f(xl: LIST FRAC INT): LIST FRAC INT == map(x +-> x, xl)
   Function declaration f : List Fraction Integer -> List Fraction
      Integer has been added to workspace.

Type: Void
(2) -> f([1,2,3])
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/INT.o for
      domain Integer
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/FRAC.o for
      domain Fraction
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/LIST.o for
      domain List
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/ILIST.o for
      domain IndexedList
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/LSAGG-.o for
      domain ListAggregate&
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/STAGG-.o for
      domain StreamAggregate&
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/ELAGG-.o for
      domain ExtensibleLinearAggregate&
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/FLAGG-.o for
      domain FiniteLinearAggregate&
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/URAGG-.o for
      domain UnaryRecursiveAggregate&
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/LNAGG-.o for
      domain LinearAggregate&
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/RCAGG-.o for
      domain RecursiveAggregate&
   Loading /home/hemmecke/software/Axiom/mnt/linux/algebra/IXAGG-.o for
      domain IndexedAggregate&
   Compiling function f with type List Fraction Integer -> List
      Fraction Integer
(2) -> f([1,2,3])

   >> System error:
   The function |*1;f;1;frame0| is undefined.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]