Packages required to compile a C program in Ubuntu

Created by Bhavani Shankar
Keywords:
gdb, build-essential,C,C++,compilation libraries

Install the "build-essential" package from synaptic..(not an internet installation,just pop in the ubuntu cd when its asked.. ;)) which will install packages necessary for compilation of C and C++ programs To debug your programs possibly, GNU Debugger ( " gdb " package) will be useful to you to correct possible errors of programming.