On Tue, Apr 26, 2011 at 8:11 AM, jean-pierre.peigneux <[email protected]> wrote: > Hello,I am a new comer I got the binary file > > sage-4.6.2-linux-32bit-ubuntu_10.04_lts-i686-Linux-i686-Linux > > In the proper directory I tried to start sage as recommended ./sage > > First I got the following message: > > i686-Linux-i686-Linux$ ./sage > ---------------------------------------------------------------------- > | Sage Version 4.6.2, Release Date: 2011-02-25 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > > ********************************************************************** > WARNING! This Sage install was built on a machine that supports > instructions that are not available on this computer. Sage will > likely fail with ILLEGAL INSTRUCTION errors! The following processor > flags were on the build machine but are not on this computer: > > pni sse2 > > Email http://groups.google.com/group/sage-support for help. > To remove this warning and make Sage start, just delete > > /home/peigneux/Bureau/Sage/sage-4.6.2-linux-32bit-ubuntu_10.04_lts-i686-Linux-i686-Linux/local/lib/sage-flags.txt > ********************************************************************** > > > I follows the advises and removed the so called sage-flags.txt > > Then restart sage and got the following message: > > i686-Linux-i686-Linux$ ./sage > ---------------------------------------------------------------------- > | Sage Version 4.6.2, Release Date: 2011-02-25 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > The Sage install tree may have moved > (from /home/wstein/build/sage-4.6.2 > to > /home/peigneux/Bureau/Sage/sage-4.6.2-linux-32bit-ubuntu_10.04_lts-i686-Linux-i686-Linux) > Changing various hardcoded paths > (please wait at most a few minutes)... > Do not interrupt this. > Done resetting paths > /home/peigneux/Bureau/Sage/sage-4.6.2-linux-32bit-ubuntu_10.04_lts-i686-Linux-i686-Linux/local/bin/sage-sage: > line 300: 23124 Instruction non permise sage-ipython "$@" -i > > I would appreciate some hints . Thanks
Try the following: cd home/peigneux/Bureau/Sage/sage-4.6.2-linux-32bit-ubuntu_10.04_lts-i686-Linux-i686-Linux ./sage -f mpir atlas ./sage This might work and fix your problem. However, there is a possibility it will fail when trying to compile atlas due to your fortran issues (mentioned elsewhere in the thread). -- 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 URL: http://www.sagemath.org
