ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no debugging symbols found


From: karen bilkhu
Subject: Re: no debugging symbols found
Date: Wed, 05 Dec 2001 04:02:06 +0000

Hi,
I am compiling my program with the -g option
this is how i am doing it
gcc -g -o -lsocket -lnsl cpumon cpumon.c
but i am still getting the error no debugging symbols found
Please help
Thank you
karen

From: Bernie Borenstein <address@hidden>
Reply-To: Bernie Borenstein <address@hidden>
To: address@hidden
Subject: no debugging symbols found
Date: Tue, 4 Dec 2001 18:45:15 -0800

You must compile your program with the -g option to add debugging
information to the executable.  So an example would be :

gcc plotit.c -g -o plotit

the plotit executable will then be able to be debugged by DDD.

Hope this helps.

Bernie Borenstein
The Boeing Company



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]