Author Topic: GNU Fortran Compiler  (Read 3178 times)

Offline Silvino

  • Single posting newcomer
  • *
  • Posts: 2
GNU Fortran Compiler
« on: February 03, 2016, 11:14:42 am »
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,

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: GNU Fortran Compiler
« Reply #1 on: February 03, 2016, 11:39:07 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Silvino

  • Single posting newcomer
  • *
  • Posts: 2
Re: GNU Fortran Compiler
« Reply #2 on: February 03, 2016, 11:41:35 am »
Yep but when I type "gfortran" in the console, it doesn't recognize if the compiler exists. What can I do?