From: probreak@kitty.ksu.ksu.edu (James Michael Chacon) Subject: Re: problem with gdb Date: 28 Nov 1992 22:57:27 -0600
"28-NOV-1992 18:36:20.57" <nmp08@rz.uni-kiel.dbp.de> writes:
>Hi all!
>How can I use gdb as a source code debugger? Every time I use the list command
>to show lines of source gdb claims about not finding libgcc2.c
>(message:./libgcc2.c:1: No such file or directory).
>So what am I doing wrong? Any hint would be appreciated.
>Andreas Wacknitz
>Internet: nmp08@rz.uni-kiel.dbp.de
Are you compiling your source with the -g option? I remember that error if I
forgot to compile with it.
James