On Thu, Mar 19, 2009 at 3:58 PM, jlvm <[email protected]> wrote: > > Dear friends, > > (Sorry for my bad english) > > I'm trying to install sage 3.4 on a G4 iBook with Mac OS X 10.5.6. > > I download sage-3.4-PowerPC-OSX10.5-PowerMacintosh-Darwin.dmg without > problems. Then I follow README.txt and I copy the sage fonder to the / > Applications folder without problems. > > But, after doing double click on the "sage" icon, I get the following > error on the Terminal: > ----------- > Last login: Thu Mar 19 22:21:10 on console > /Applications/sage/sage ; exit; > Macario:~ jvarona$ /Applications/sage/sage ; exit; > ---------------------------------------------------------------------- > | Sage Version 3.4, Release Date: 2009-03-11 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > The SAGE install tree may have moved. > Regenerating Python.pyo and .pyc files that hardcode the install PATH > (please wait at > most a few minutes)... > Do not interrupt this. > /Applications/sage/local/bin/sage-sage: line 197: 257 Illegal > instruction sage-ipython "$@" -i > logout > > [Proceso completado] > ----------- > > What happens? > > I cannot to use sage. What to do?
If you have a recent version of XCode installed then you can build from source. 1. Get the sage-3.4.tar file here: http://sagemath.org/src/ 2. Extract it (possibly by double clicking on it). 3. Using terminal, change into the sage-3.4 directory, and type $ make This will take a couple of hours, and will likely work fine so long as you have an xcode that is from at least about 2007 or newer. William --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
