public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* no debugging symbols
@ 1999-12-09  2:30 Alexander Fun
  1999-12-12 17:35 ` Boris
  1999-12-31 22:24 ` Alexander Fun
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Fun @ 1999-12-09  2:30 UTC (permalink / raw)
  To: help-gcc

Hi experts,
I must be doing something very stupid. I'm getting no debugging symbols into
my prg (at least gdb says so). What I'm doing is:

gcc pimain.cc -g3 -o debugme
gdb debugme

-> no debugging symbols found

thanks
Alex


------------
pimain.cc:

int main ()
{
    int answer;

    answer = 42;

    return answer;
}



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-12-31 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-09  2:30 no debugging symbols Alexander Fun
1999-12-12 17:35 ` Boris
1999-12-15  1:19   ` Alexander Fun
1999-12-31 22:24     ` Alexander Fun
1999-12-31 22:24   ` Boris
1999-12-31 22:24 ` Alexander Fun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).