Code::Blocks Forums

User forums => Help => Topic started by: ice109 on April 09, 2008, 03:24:37 am

Title: codeblocks with gfortran
Post by: ice109 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
Title: Re: codeblocks with gfortran
Post by: MortenMacFly 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.