sumanth wrote:
Hi,
How can I make sure the debugging information printed by my compiler for extern variables is correct.

Make sure you compile with -g.  If you don't generate
debug info for the variable, gdb will default to printing
it as an unknown symbol.

--
Michael Eager    ea...@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

Reply via email to