Alex Ghitza wrote:
Actually, reading the previous messages in this thread, it seems that
gfortran is installed, but the executable is named "gfortran-4.3".

Because of this, the prereq spkg doesn't find it (it's looking for an
executable named "gfortran" in your PATH).

If you have root access to this machine, I suggest that you make a
symbolic link for the executable, i.e. as root do

cd /usr/bin
ln -s gfortran-4.3 gfortran

Then try "make" again.


Best,
Alex

You do not need root access to make a symoblic link, as long as the destination is somewhere you have write access to.

so the following would probably work.

$ mkdir bin
$ ln -s /usr/bin/gfortran-4.3 $HOME/gfortran


Dave

--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to