aMule Forum

English => Compilation problems => Topic started by: Festor on March 17, 2009, 05:22:11 PM

Title: Packaged with '--enable-debug' and but 'no debugging symbols found'...
Post by: Festor on March 17, 2009, 05:22:11 PM
I use --enable-debug and --disable-optimize, and even I dont use any -Ox flag.

But when I run amule 2.2.4 rc with gdb, this always show me:

Quote
(no debugging symbols found)
(no debugging symbols found)

Its a problem of deb packages or of aMule?
Title: Re: Packaged with '--enable-debug' and but 'no debugging symbols found'...
Post by: GonoszTopi on March 17, 2009, 05:59:11 PM
It should be packaging problem. Make sure none of the following applies to you: http://www.amule.org/wiki/index.php/Backtraces#General_pitfalls_and_caveats (especially stripping).
Title: Re: Packaged with '--enable-debug' and but 'no debugging symbols found'...
Post by: Festor on March 17, 2009, 07:46:22 PM
Thanks! The only problem was dh_strip in debian/rules, but also I added -g3 and -O0 to improve debugging
Title: Re: Packaged with '--enable-debug' and but 'no debugging symbols found'...
Post by: btkaos on March 23, 2009, 07:58:15 PM
Festor, you need to enable in configure --with-wxdebug.

Cheers, and thanks for these excellent packages.
Title: Re: Packaged with '--enable-debug' and but 'no debugging symbols found'...
Post by: Festor on March 23, 2009, 08:07:35 PM
Festor, you need to enable in configure --with-wxdebug.

Well, I will try with that too.

Thanks!