On 7/22/05, kamaraju kusumanchi <[EMAIL PROTECTED]> wrote:
> David E. Fox wrote:
>
> >On Thu, 21 Jul 2005 13:00:18 -0400
> >kamaraju kusumanchi <[EMAIL PROTECTED]> wrote:
> >
> >>(gdb) list
> >>1 ../sysdeps/i386/elf/start.S: No such file or directory.
> >>in ../sysdeps/i386/elf/star
David E. Fox wrote:
On Thu, 21 Jul 2005 13:00:18 -0400
kamaraju kusumanchi <[EMAIL PROTECTED]> wrote:
(gdb) list
1 ../sysdeps/i386/elf/start.S: No such file or directory.
in ../sysdeps/i386/elf/start.S
(gdb)
I get the same output you do on a different small test program
On Thu, 21 Jul 2005 13:00:18 -0400
kamaraju kusumanchi <[EMAIL PROTECTED]> wrote:
> (gdb) list
> 1 ../sysdeps/i386/elf/start.S: No such file or directory.
> in ../sysdeps/i386/elf/start.S
> (gdb)
I get the same output you do on a different small test program but it
seems that the e
$cat helloworld.f90
PROGRAM helloworld
IMPLICIT NONE
PRINT *, "Just for testing purposes"
END PROGRAM helloworld
$gfortran -g -Wall helloworld.f90
$./a.out
Just for testing purposes
$gdb ./a.out
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, cover
4 matches
Mail list logo