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 update
$ sudo apt-get upgrade
$ sudo apt-get install build-essential
$ gcc -v
$ make -v
Now, you should able to compile software using C / C++ compilers.
10 comments:
und gcc compilier at any after istalling gcc
Good one.. thanks
Thanks a lot
what do you mean when you say "und gcc compiler at any after installing gcc"?
perfect thanks
thanx
thanx
really suberb....
in that case ,what would be the version it will install by using those commands in ubuntu?
Perfection itself!
Post a Comment