Good Fortran compiler for WIndows

August 11th, 2013

hey,
i need a good fortran compiler for windows but do not know of any.
can you help.
normally a freeware would be ok as it`s only programming, but you can also tell me even if its warez
also, what`s the best compiler for fortran for windows.
btw, is there a difference in using it on linux rather than windows???
thanks

Answer #1
Use Eclipse, it’s a very good compiler!
Answer #2
Khozik replied: Use Eclipse, it's a very good compiler!
Eclipse is an IDE for various programming languages, and is not a compiler. There’s a world of a difference between the two.
OT, though I’m not much familiar with Fortran, the open-source and free GCC (GNU Compiler Collection) might be a good start.
http://gcc.gnu.org/fortran/
If you’re on GNU/Linux it might be pre-installed but if you’re on Windows, you can check out MinGW (Minimalist GNU for Windows), a basic port of GCC for Windows which includes a Fortran compiler.
http://www.mingw.org/
Cheers, mate.
Answer #3
i am using Force:
http://download.cnet.com/Force/3000-2212_4-10067832.html
http://force.lepsch.com/2009/05/downloads.html

Answer #4
thanks. any other compiler. for the gcc and mingw, i cant understand what should be downloaded. is there other compilers that have for fortran, c, c++ and other languages too
Answer #5
All you have to do is download the ‘mingw-get-inst’ file from:
http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-20111118/mingw-get-inst-20111118.exe/download
And follow the instructions on the below site to set up:
http://www.mingw.org/wiki/Getting_Started

 

| Sitemap |