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 ...
5
votes
1answer
966 views
Dependency Walker for ubuntu
Is there a tool like Windows DependencyWalker for Ubuntu ? I would like to see all shared libraries my executable depends on.