hey michael,
I've downloaded the solaris binary you pointed at and tried it. It
seems to work a little! although it keeps saying "couldn't set locale
properly", mostly the first time you try something. Also, the first
time i ran it, i had to CTRL+C during initialization, it really was
stalled. Here's a little example:
----------------------------------------------------------------------
| SAGE Version 3.0.5, Release Date: 2008-07-11 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
couldn't set locale correctly
couldn't set locale correctly
couldn't set locale correctly
couldn't set locale correctly
sage: 2+2
4
sage: gap("2+2")
couldn't set locale correctly
couldn't set locale correctly
4
sage: gap("2+2")
4
sage: R.<a,b>= QQ[]
sage: I= [a*b, a+b]*R
sage: I.groebner_basis()
couldn't set locale correctly
couldn't set locale correctly
[a + b, b^2]
sage: I.groebner_basis()
[a + b, b^2]
Any idea how to get rid of the 'locale' message ? or fix whatever
serious problem lies behind it ? (btw i'm obviously not root on the
solaris machine)
also, what sort of tests should i run ? is there a full test for
sage ?
to finish with, why is the sage folder much smaller than the one i
have on my linux (ubuntu) machine ?
thanks!
pierre
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---