Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: gib on August 03, 2019, 02:48:41 am

Title: Fortran version
Post by: gib on August 03, 2019, 02:48:41 am
How do I determine the gfortran version that CB is using on Linux?
Title: Re: Fortran version
Post by: oBFusCATed on August 03, 2019, 06:31:29 pm
Run <path-to-compiler-executable> --version? You can see this in the toolchain executables tab in the compiler settings.
Title: Re: Fortran version
Post by: gib on August 04, 2019, 11:13:56 am
Thanks - should have been obvious.