Hi Chris,
Also:
a) What OS are you running on that Mips machine?
b) What compiler version are you using?
c) What is the output of 'file /usr/lib/libgcc_s.so' (That's
assuming you're using an OS with a "file" command that displays the
architecture switches of library files... if you're usin
Although I can't answer your question, it might help someone else answer it
more queickly if you were to
(a) try installing from scratch the latest version (which is 2.4.1.2)
(b) if you still have a problem, describe what kind of machine you are using.
On 4/2
Would a kind person explain to me why element 1 and element 2
are not equal? And what I need to do to test if element 1 is zero
in K?
# setup
f = conway_polynomial(2,63)
K. = GF(2**63, name='a', modulus=f)
n = f.degree()
m = 3;
e = (2^n - 1) / (2^m - 1)
c = a^e
conway = conway_polynomial(2,m)
#
-- Forwarded message --
From: Christopher Kerr <>
Date: Apr 2, 2007 12:46 PM
Subject: Fwd: SAGE-2.3 build question..
To: [EMAIL PROTECTED]
Hi: I'm getting the following message when I try and build SAGE-2.3:
_gdmodule.c:1809: warning: passing argument 3 of 'PyString_AsStringAnd