From: zrzm0370@helpdesk.rus.uni-stuttgart.de (Joerg Scheurich) Subject: Re: Fortran, f2c and so on... Date: 1 Jul 1993 10:47:26 GMT
In article <KEN.93Jul1090628@ieyasu.phys.titech.ac.jp> ken@phys.titech.ac.jp writes:
>The drawback is that source-level debugging is pretty much useless.
Why ? If you use the linux-version (SLS 1.00) fortran-source-level debugging
is possible as normal.
use for the fortran file:
f2c -g
throw the f2c output into
cpp
throw away the # <line> *.f lines in the cpp-output
(eg. with awk/perl or lex)
put the output of the away-thrower into
gcc -g
use
gdb
type
l
and you see exclusive your fortran-source
so long
MUFTI