Re: g77 and gdb.

1998-09-14 Thread John Maheu
gdb's fortran support still has a ways to go, but I think you will get what you want if you instead do, gdb hello break MAIN__ run list John John Maheuphone (403) 492-2049 University of Alberta email [EMAIL PROTECTED]

g77 and gdb.

1998-09-14 Thread Paulo José da Silva e Silva
Hello, I am sure I am doing something silly, but I can´t find out what. I can not manage to debug fotran code compiled with g77. I am using GNU Fortran 0.5.24-19980804 (instaled from slink and part of the new egcs 1.1). Here is an exemple of what I am doing: I try to compile the "hello world" p