On Feb 27, 2010, at 1:19 PM, harven wrote:

dear all,

I try to install sage on a intel mac running osx 10.4.11. I didn't
find a binary for 10.4 on the website although it is stated that 10.4
is supported. So I tried with the disk image sage-4.3.3- OSX-32bit-10.5-
i386-Darwin.dmg

I followed the install instructions but when I try to start sage, I
get in the terminal

----------------------------------------------------------------------
| Sage Version 4.3.3, Release Date: 2010-02-21                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
/Applications/sage/local/bin/sage-sage: line 214:   694 Bus
error               "$SAGE_ROOT/local/bin/"sage-location
logout
[Process completed]

Any hint ?

Try installing from source. Until recently I had 10.4.11 and it always worked for me (though took 3 hours or so). It's much easier than it sounds. Download from http://sagemath.org/download-source.html , then in the terminal do

    cd ~/Desktop     # or wherever you placed the sage-4.3.3.tar
    tar xvf sage-4.3.3.tar
    cd sage-4.3.3
    make

If you need more detailed instructions, feel free to ask.

- Robert

--
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
URL: http://www.sagemath.org

Reply via email to