4

I have installed gdb 7.10 under Ubuntu 14.04 by compiling from the source as detailed in this answer (with the only exception that I copied the executable into /usr/bin). When I execute commands in gdb, I get the following error:

Python Exception <type 'exceptions.NameError'> Installation error: gdb.execute_unwinders function is missing: 

What can I do to get rid of it?

1

1 Answer 1

12

What can I do to get rid of it?

GDB wants to install more than just the GDB binary. To make a complete installation, remove /usr/bin/gdb and do make install.

Sign up to request clarification or add additional context in comments.

2 Comments

This worked. But why did they suggest to not perform make install in the comments to the linked answer?
what if GDB was installed binary?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.