I'm executing a pro*c executable in linux and I've got segmentation fault error. But there is no core file dumped.
Thus, I want to debug the program using GDB debugging tool. However, I see that it is not installed on my Linux machine (a RHEL 5.3). How to install GDB debugging tool in linux? Do I need to download any package and install it, or does it come with RHEL?
Any help is appreciated.