Author Topic: codeblocks with gfortran  (Read 2985 times)

ice109

  • Guest
codeblocks with gfortran
« on: April 09, 2008, 03:24:37 am »
Can someone help me with getting codeblocks to work with gfortran? I followed the wiki and when I try to create a new project it still starts me off with a c++ file. nor can i get it to compile

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: codeblocks with gfortran
« Reply #1 on: April 09, 2008, 08:26:13 am »
when I try to create a new project it still starts me off with a c++ file.
There is simply no Fortran wizard. The project you are creating is a C/C++ project thus no fortran files. ;-)

But you can do it: Simply create an *empty* project and then create a new *.f{77/90} file and add it to the project.
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