User forums > Help

Fortran compilers

<< < (2/2)

Royi:

--- Quote from: gd_on on January 31, 2019, 06:30:12 pm ---Version 17.12 is effectively provided with a fortran compiler, but :
1) only a gnu compiler is given. For g95, pgi, you'll have to find them elsewhere and install by yourself;
2) the gnu gfortran provided with C::B 17.12 is the last TDM version 5.1. It's OK for the hello program, but it's bugged for more complex programs : particularly when you try to open a file to read data, it crashes. Many posts describe this problem in this forum and some possible workarounds. It has been corrected in official 5.2 versions, but unfortunately TDM versions are now abandonned;
3) you can also install 8.1 version from MinGW 64 Gnu project (version 64 bits, seh, posix for example). It's normally OK. I think it's the version used to generate the last nightly builds of CodeBlocks, and will be probably distributed with the next official version (but I have no idea when ...)

--- End quote ---

I think that even in version 20.03 it is not configured well.
It looks for mingw32-gfortran.exe while the actual file is named x86_64-w64-mingw32-gfortran.exe.
This is with the 20.03 version with MinGW (ZIP).

Navigation

[0] Message Index

[*] Previous page

Go to full version