Fortran 90 compiler - Linux

Table of Contents

請問哪裡可以找到F90 compiler?

找了好久可是找不到

有沒有人可以提供一下載點?

謝謝

另外我安裝一套軟體的時候

./configure 以後出現下列訊息

loading cache ./config.cache
checking for gmake... (cached) /usr/bin/gmake
checking GNU Make 3.81 against constraint... GNU Make version is new
enough.
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for g95... (cached) f95
checking whether the Fortran 90 compiler (f95 ) works... yes
checking whether the Fortran 90 compiler (f95 ) is a cross-
compiler... no
checking the F90 compiler module name... .
checking whether f95 accepts -g... (cached) no
checking Architecture... intel
checking System type... linux
NO_PAW already defined
checking how to run the C preprocessor... gcc -E
checking whether the Fortran 77 compiler (f95 ) works... yes
checking whether the Fortran 77 compiler (f95 ) is a cross-
compiler... no
checking whether we are using GNU Fortran 77... yes
checking whether f95 accepts -g... yes
checking for X... libraries /usr/lib64, headers
checking for f95 libraries... configure: error: could not determine
how to set LDFLAGS for f95!

系統要求是要有F90, C compiler, GNU MAKE 3.79以上

目前只缺F90 暫時用F95代替(這樣可以嗎?)


又翻了翻手冊

有建議用PGF or Intel coopiler

但是這兩套是付費軟體

有沒有可以替代的?

麻煩各位了


--

All Comments

Zanna avatarZanna2012-01-18
gfortran
Odelette avatarOdelette2012-01-22
GNU toolchain不就有支援fortran
Brianna avatarBrianna2012-01-23
Intel fortran compiler linux 版是免費的。
Rebecca avatarRebecca2012-01-24
Brianna avatarBrianna2012-01-26
感謝各位 明早來試試