aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Packaged with '--enable-debug' and but 'no debugging symbols found'...  (Read 3748 times)

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...

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?

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685

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).
Logged
concordia cum veritate

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...

Thanks! The only problem was dh_strip in debian/rules, but also I added -g3 and -O0 to improve debugging

btkaos

  • Global Moderator
  • Sr. Member
  • *****
  • Karma: 110
  • Offline Offline
  • Posts: 486
  • Kaos is infinite!

Festor, you need to enable in configure --with-wxdebug.

Cheers, and thanks for these excellent packages.
Logged

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...

Festor, you need to enable in configure --with-wxdebug.

Well, I will try with that too.

Thanks!