Installing package called “build-essential ” will serve the purpose
” build-essential “ contains a list of packages which are essential for building Ubuntu packages including gcc compiler, make and other required tools.
$ sudo apt-get install build-essential
$ gcc -v
$ make -v
Enjoy Coding …..
Advertisement
Filed under: Computer stuffs Tagged: | CODING



im not able to install gcc compiler.,.,the above command is poping out a msg ,.,’no package build-essential’
build-essential contains the basic development tools this should be present there….
try this command 2 install it :::
sudo apt-get install built-essential
or U can install it from the synaptic packet manager and install it from thereeee….
I’ve installed bulid-essential for c++ in ubuntu but the clrscr(); and getch (); command and conio header file is getting error……… Can you help me ! ? …… Plz reply as soon as possible…….
In Gcc the conio.h and clrscr() , getch() doesn’t work.