News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

GNU Fortran Compiler

Started by Silvino, February 03, 2016, 11:14:42 AM

Previous topic - Next topic

Silvino

I want to compile .f90 files using the windows console but I don't know what should I type as compiler there. What compiler do codeblocks use? Thanks.
PD: I am using 16.01 version,

MortenMacFly

Quote from: Silvino on February 03, 2016, 11:14:42 AM
What compiler do codeblocks use? Thanks.
GNU (GCC) GFortran of TDM, version 4.9.2 (you can read at the download page and find links).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Silvino

Yep but when I type "gfortran" in the console, it doesn't recognize if the compiler exists. What can I do?