Want to install GDB on Fedora 7 machine..

Posted by RBA on Server Fault See other posts from Server Fault or by RBA
Published on 2010-05-09T10:17:16Z Indexed on 2010/05/09 10:18 UTC
Read the original article Hit count: 255

Filed under:

Hi, I want to install GDB GNU debugger for debugging C Programs, onto my fedora machine..

I installed the gzip file from gnu website, but it gives error during MAKE command.. I am doing all the steps correctly which reading from the readme file, and tutorial on internet. Please guide.

Also i am trying to do from yum install gdb command and sudo apt-get install gdb,

yum is not found in my system, i installed it, but now it is giving some unusual error, some file missing.. So no success with this..

sudo apt-get is working, but it is also giving some following errorss...

[oracle@localhost Programs]$ sudo apt-get install gdb
Password:
Sorry, try again.
Password:
Sorry, try again.
Password:
oracle is not in the sudoers file.  This incident will be reported.
[oracle@localhost Programs]$ sudo apt-get install gdb

I am in real nead of this gdb tool.. how to go about it.. Please share your experiences over this..

Thankx..

© Server Fault or respective owner

Related posts about gdb