SAGE Version VERSION Copyright (C) 2005 William Stein Distributed under the terms of the GNU General Public License (GPL) NOTE: Currently the complete SAGE build has only been tested to work with GCC 3.3.x. There might be some problems building with GCC >= 3.4.x. INSTRUCTIONS for building SAGE from source: 1. Download the file sage-?.tar. 2. Untar it: tar xvf sage-?.tar WARNING: Make sure there are no spaces in the directory name under which you build SAGE! 3. cd sage-? 4. Inspect the README.txt file there. 5. Make sage and all dependencies: make 6. Run sage: ./sage ---- KNOWN PROBLEMS: * SUSE 9.2 (readline with python) * Solaris 5.9 (64-bit) -- linking extension classes with GMP fails...