Solving FORTRAN Compiling Errors with Code::Blocks

  • Context: Fortran 
  • Thread starter Thread starter 600burger
  • Start date Start date
  • Tags Tags
    Fortran
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 10K views
600burger
Messages
63
Reaction score
0
Anyone have experience with Code::Blocks? I'm trying to get it to compile some FORTRAN for me, but getting some confusing errors.

While Compiling:

Code:
Compiling: horz.f90
mingw32-g++.exe: C:\Documents and Settings\...\horz.f90: linker input file unused because linking not done
Linking console executable: C:\Documents and Settings\...\horz\Release\horz.exe
mingw32-g++.exe: Release\horz.o: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

Usually I can work my way out of computer weirdness, but this one has me.

Thanks,
-A
 
Physics news on Phys.org
Hi
I am developing plugin for Code::Blocks which helps to use this IDE for Fortran. It adds Fortran symbol's browser, compilation of Fortran 90 projects and more. You can try to download it from darmar.vgtu.lt .