This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
problem installing!!
- From: apaz at purdue dot edu
- To: fortran at gcc dot gnu dot org
- Date: Wed, 30 Mar 2005 23:43:55 -0500
- Subject: problem installing!!
Hi!
I follow the following instructions:
mkdir gfortran_temp
cd gfortran_temp
wget -O -
http://quatramaran.ens.fr/~coudert/gfortran/gfortran-x86_64-linux.tar.gz | tar xfz -
alias gfc="$PWD/irun/bin/gfortran -static -Wall"
gfc --version
Everything works fine until "gfc --version"
I get: "bash: /home/apaz/irun/bin/gfortran: cannot execute binary file"
However, I can see gfortran in this route . . . .
What should do?
THanks a lot!!
Alex