On Apr 27, 6:45 am, Alex Ghitza <aghi...@gmail.com> wrote:
> A bit more info:  on sage.math, it is working fine in sage-2.0, but
> not in sage-2.10 (or anything later).  I realise that quite a bit
> happened between 2.0 and 2.10, but that's the only 2.*'s that I can
> run (2.5 and 2.6 complain bitterly when started).
>
> Weird.

Some 2.x releases were build with gcc 4.0.4 since they added C++ code
that does currently not work with gcc 4.2.4 for example. So run

mabsh...@sage:/disk/scratch/mabshoff-sage-releases/tools$ pwd
/disk/scratch/mabshoff-sage-releases/tools
mabsh...@sage:/disk/scratch/mabshoff-sage-releases/tools$ source
gcc-4.0.4-env
Addding gcc-4.0.4 to PATH and LD_LIBRARY_PATH

before starting either 2.5 or 2.6. There was some problem with the
Fortran support in 2.7, so I never finished building it. Anyway, in
the end there ought to be wrapper scripts, but I haven't written
them ;)

If this helps here are 2.5 and 2.6:

mabsh...@sage:/disk/scratch/mabshoff-sage-releases$ cd sage-2.5/
mabsh...@sage:/disk/scratch/mabshoff-sage-releases/sage-2.5$ ./sage
----------------------------------------------------------------------
| SAGE Version 2.5, Release Date: 2007-05-08                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: Fx.<b>=GF(2^(4*5))
sage: Ex=EllipticCurve(Fx,[0,0,1,1,1])
sage: Ex.defining_polynomial()
z^3 + y*z^2 + y^2*z + x*z^2 + x^3
sage:
Exiting SAGE (CPU time 0m0.06s, Wall time 0m35.93s).
mabsh...@sage:/disk/scratch/mabshoff-sage-releases/sage-2.5$ cd ../
sage-2.6/
mabsh...@sage:/disk/scratch/mabshoff-sage-releases/sage-2.6$ ./sage
----------------------------------------------------------------------
| SAGE Version 2.6, Release Date: 2007-06-02                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: Fx.<b>=GF(2^(4*5))
sage: Ex=EllipticCurve(Fx,[0,0,1,1,1])
sage: Ex.defining_polynomial()
x^3 + y^2*z + x*z^2 + y*z^2 + z^3
sage:
Exiting SAGE (CPU time 0m0.08s, Wall time 0m21.74s).

Cheers,

Michael

> --
> Alex Ghitza -- Lecturer in Mathematics -- The University of Melbourne
> -- Australia --http://www.ms.unimelb.edu.au/~aghitza/
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to