Tagged Questions
6
votes
2answers
10k views
Bash: ./filename : Cannot execute binary file
I couldn't execute a fortran compiled code in ubuntu 11.10 32 bit.
Error message is Bash: ./filename : Cannot execute binary file.
I've installed the gcc and gfortran libraries too.
Could anyone ...