Re: What is wrong with this?

"Fabio S." <[email protected]> Wed, 9 Apr 2014 08:11:18 +0200 (CEST)
Newsgroups gmane.comp.mathematics.axiom.general
Organization Università di Ferrara
Message-ID <alpine.DEB.2.02.1404090809220.3361@coccobill>
Sorry! Here it is:

GCL (GNU Common Lisp)  2.6.7 CLtL1    Feb  1 2012 08:59:12
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/
                         AXIOM Computer Algebra System
                         Version: Axiom (January 2012)
                 Timestamp: Monday April 23, 2012 at 15:48:15




> You did not say what version, fork or other variant of Axiom and Lisp
> you are using but this issue must be specific to that version.  It
> works for me.
>
> On 7 April 2014 12:38, Fabio S. <[email protected]> wrote:
>>
>>
>> Hi,
>>
>> I am experencing a strange error which I can't understand. Here is a minimum
>> example from a fresh axiom session
>>
>> (1) -> K := FFCGP(PF 2,y^4+y+1)
>>
>>    (1)  FiniteFieldCyclicGroupExtensionByPolynomial(PrimeField(2),?^4+?+1)
>> Type: Domain
>>
>> (2) -> P  := UP(x,K)
>>
>>    (2)
>> UnivariatePolynomial(x,FiniteFieldCyclicGroupExtensionByPolynomial(PrimeField(2),?^4+?+1))
>> Type:Domain
>>
>> (3) ->  r  := Record(r1:INT,r2:K,r3:K,r4:P)
>>
>>   >> System error:
>>     Lisps arglist maximum surpassed
>>
>> (3) ->
>>
>> Can anybody please tell me what is wrong?
>>
>> Thanks
>>
>> Fabio
>>
>>
>> _______________________________________________
>> Axiom-math mailing list
>> [email protected]
>> https://lists.nongnu.org/mailman/listinfo/axiom-math
>
> _______________________________________________
> Axiom-math mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/axiom-math
>