User forums > Help
Problem with Fortran codes
Farzin:
--- Quote from: gd_on on September 27, 2014, 11:01:28 am ---Hi,
when using fortran, you shoud not have a reference to mingw32-g++.
Here is the correct compiler setting.
in toolchain executables you should have :
C compiler : mingw32-gfortran.exe
C++ compiler : mingw32-gfortran.exe
linker : mingw32-gfortran.exe
linker for static : ar.exe
debugger : gdb.exe
resource : windres.exe
make program : mingw32.make.exe
and of course you must select gfortran compiler for your project.
Also, have a look in the wiki : http://wiki.codeblocks.org/index.php?title=Installing_Fortran_Compiler
gd_on
--- End quote ---
Thank you. you're right... I'd chosen wrong bin file for compiler.
Navigation
[0] Message Index
[*] Previous page
Go to full version