On Nov 20, 10:44 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> For early adopters, sage-3.2 has been released. You can get the
> source from here:http://sagemath.org/src/
> Or you can do "sage -upgrade".
I ran "sage -upgrade" on my system amd64, gcc 4.3.2.
This is what I get after upgrading:
sage % ./sage
----------------------------------------------------------------------
| Sage Version 3.2, Release Date: 2008-11-20 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
---------------------------------------------------------------------------
ImportError Traceback (most recent call
last)
/home/markus/sage/local/bin/sage-startup in <module>()
4 from sage.misc.interpreter import preparser, _ip
5 preparser(True)
----> 6 import sage.all_cmdline
7 sage.all_cmdline._init_cmdline(globals())
8 from sage.all import Integer, RealNumber
/home/markus/sage/local/lib/python2.5/site-packages/sage/
all_cmdline.py in <module>()
12 try:
13
---> 14 from sage.all import *
15 from sage.calculus.predefined import x
16 preparser(on=True)
/home/markus/sage/local/lib/python2.5/site-packages/sage/all.py in
<module>()
84 from sage.functions.all import *
85
---> 86 import sage.symbolic.pynac # This must come before Calculus
-- it initializes the Pynac library.
87 from sage.calculus.all import *
88 from sage.server.all import *
ImportError: /home/markus/sage/local/lib/libpynac-0.1.so.1: symbol
_ZNKSt5ctypeIcE13_M_widen_initEv, version GLIBCXX_3.4.11 not defined
in file libstdc++.so.6 with link time reference
WARNING: Failure executing file: </home/markus/sage/local/bin/sage-
startup>
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---