Thanks again. Tried that too, no effect - same error.
I have access to a Mac running 10.5, so it will not it be a serious
problem if I have to wait for the nest release.
And I should be writing reference letters anyway...
Chris
On Sep 18, 11:31 pm, William Stein wrote:
> On Fri, Sep 18, 2009
On Fri, Sep 18, 2009 at 8:25 PM, Chris Godsil wrote:
>
> Thanks. I tried that but the problem remains.
One other thing to try would be to rebuild the sage<-->linbox
extension (which is easy). Just do the following from the root of your
Sage install:
flat:sage wstein$ touch devel/sage/sage/libs
Thanks. I tried that but the problem remains.
Chris
On Sep 18, 11:07 pm, William Stein wrote:
> On Fri, Sep 18, 2009 at 8:05 PM, Chris Godsil wrote:
>
> > I'm running Mac OS X 10.6.1. The command matrix.eigenvalues() has
> > stopped working, as follows:
>
> You have to force a rebuild of lin
On Fri, Sep 18, 2009 at 8:05 PM, Chris Godsil wrote:
>
> I'm running Mac OS X 10.6.1. The command matrix.eigenvalues() has
> stopped working, as follows:
You have to force a rebuild of linbox. This will get fully resolved
when Sage gets ported to OS X 10.6.
sage -f linbox-1.1.6.p0
Wil