aMule Forum
English => Compilation problems => Topic started 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:
(no debugging symbols found)
(no debugging symbols found)
Its a problem of deb packages or of aMule?
-
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).
-
Thanks! The only problem was dh_strip in debian/rules, but also I added -g3 and -O0 to improve debugging
-
Festor, you need to enable in configure --with-wxdebug.
Cheers, and thanks for these excellent packages.
-
Festor, you need to enable in configure --with-wxdebug.
Well, I will try with that too.
Thanks!