Want to install GDB on Fedora 7 machine..
- by RBA
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..