hi
when I use this with my program i have msg tell me about the warning in my program

please any one explain it

thanks

Recommended Answers

All 5 Replies

Warning: user unable to post comprehensible question outlining the actual observations.

hi
when I use this with my program i have msg tell me about the warning in my program

please any one explain it

thanks

ggdb

`-ggdb'
Produce debugging information for use by GDB. This means to use
the most expressive format available (DWARF 2, stabs, or the
native format if neither of those are supported), including GDB
extensions if at all possible.

GDB, the GNU symbolic debugger

Ok
when I compile my program like this
gcc -ggdb main.c -o main
I have a msg tell me about my program warnings

and my question is .....what -ggdb actual do

Salem :Sorry for that :)

and my question is .....what -ggdb actual do

Produce debugging information for use by GDB

As for warnings, you'll have to post any warnings if you want them explained..

From "man gcc" (which you should have on your computer)
-ggdb
Produce debugging information for use by GDB. This means to use
the most expressive format available (DWARF 2, stabs, or the
native format if neither of those are supported), including GDB
extensions if at all possible.

I can't explain the warnings, since I can't see them.

hi
when I use this with my program i have msg tell me about the warning in my program
please any one explain it
thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.