Debugging fortran code in Eclipse with Photran and GDB debugger: missing symbols
- by tvandenbrande
I have a program, written in fortran90, previously successfully compiled on a compaq compiler and working, that I'm now trying to compile with gfortran. I can compile the code to an .exe and run it. It works fine until a certain point in the routine and then an error is thrown.
My current configuration:
Windows 7
Eclipse Juno with CDT
Photran…