From: zrzm0370@helpdesk.rus.uni-stuttgart.de (Joerg Scheurich) Subject: Re: FORTRAN on linux Date: 1 Jul 1993 07:38:45 GMT
In article <BILL.93Jun30095822@yossarian.ucsd.edu> bill@goshawk.lanl.gov writes:
> Another problem with f2c generated code
>is that it's much more complicated to debug - although it is possible
>- the generated C is unadulterated spaghetti.
It's not such difficult. At least under linux it's possible (if you throw
away some # <linenumber> *.c after C-preprozessor you can see your
fortranprograms without problems in the gdb debugger.