ここで、Fortran 用に Eclipse をセットアップする方法について簡単な質問があります。
「Photran」(Eclipse 用の Fortran ツール) をダウンロードしてインストールしました。私が抱えている問題は、プログラムを実行しようとするたびに、次のようなメッセージが表示"Launch failed. Binary not found."
されることです。次に、最初にファイルを「ビルド」する必要があることがわかりました。次のようなコンソール:
**** Build of configuration Debug for project Fortran2 ****
make all
/bin/sh: gfortran: command not found
Building file: ../Src/helloworld.f90
make: *** [Src/helloworld.o] Error 127
Invoking: GNU Fortran Compiler
gfortran -funderscoring -I/usr/locl/bin -O0 -g -Wall -c -fmessage-length=0 -o "Src/helloworld.o" "../Src/helloworld.f90"
**** Build Finished ****
これを機能させる方法についての指針はありますか?