I'm trying to compile a script in fortran for my thesis. I'm working on a mac and I've installed gfortran. I've installed geany then and it's ok. I think to have a setup problem because, when I write or open my code (.f90 extension), I get different errors as:
gfortran -Wall -o "xxx" "xxx.f90" (nel direttorio: /Users/.../project)
Build failed. (translation from it)
/bin/sh: gfortran: command not found
Why? Where I'm wrong? How can I solve?
If I try to execute directly i get:
./geany_run_script.sh: line 5: ./xxx: No such file or directory
------------------ (program exited with code: 127) Press return to continue