In /scratch/kirkby/sage-4.1.1.rc0 there is a build of sage:
kir...@t2:[/scratch/kirkby/sage-4.1.1.rc0] $ ./sage ---------------------------------------------------------------------- | Sage Version 4.1.1.rc0, Release Date: 2009-07-29 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- ********************************************************************** * * * Warning: this is a prerelease version, and it may be unstable. * * * ********************************************************************** Setting permissions of DOT_SAGE directory so only you can read and write it. sage: factorial(100) 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 sage: quit Exiting SAGE (CPU time 0m0.31s, Wall time 0m12.58s). Exiting spawned Gap process. kir...@t2:[/scratch/kirkby/sage-4.1.1.rc0] $ The really annoying thing is that the notebook appears to work. I've not connected a browser to it, but when I telnet to the local host on port 8000, so I can get a connection. But on my machine I can't. This was build with gcc 4.2.4, but I have also built Sage 4.1.1.rc0 with gcc 4.4.0 At one point in the build process on 't2' I had to temporarily rename /opt/SUNWspro to something else, as something in Sage is looking for the Sun C++ compiler and finding it there. I thought SCons was the reason, but I've hacked SCons so that should not find it. I'm going to bed now (it's 2 AM here). If anyone wants to have a play, or set some tests running, please do. I've changed the permissions on /scratch/kirkby to 777, and all files below it are 777 too. So anyone can write to them. (Naturally I have made a backup of this too, so I can restore it). Dave --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
