FC3T3 ? gdb: no debugging symbols found. Using -g3...

Andrew Farris fedora at andrewfarris.com
Thu Oct 28 02:53:27 UTC 2004


On Wed, 2004-10-27 at 15:22 -0600, Kim Lux (Mr.) wrote:
> I'm trying to debug a feature in kdevelop 3.1.1.  I'm using gdb.  I'm
> getting a "no debugging symbols found" error in spite of the Makefile
> having cxx args of -g3. 
> 
> Am I missing something ?  Is there something about gcc in fc3t3 that
> makes it incompatible with gdb ?  

No, you just need to install the debug symbols.  In the distribution
rpms all debug symbols are stripped out and placed in separate rpms
named -debuginfo since they are wasted space for the majority of users.

# yum install kdevelop-debuginfo

To get reasonable info out of it you may need other symbols as well,
most (all?) of the libraries are stripped as well.

-- 
Andrew Farris (lordmorgul) <andrew at andrewfarris.com>
- CPE student, Cal Poly SLO, pgp keyid 4430F405 pgp.mit.edu
"..the triumph of evil is for good men to do nothing." (Edmond Burke)




More information about the test mailing list