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.
und gcc compilier at any after istalling gcc
ReplyDeleteGood one.. thanks
ReplyDeleteThanks a lot
ReplyDeletewhat do you mean when you say "und gcc compiler at any after installing gcc"?
ReplyDeleteperfect thanks
ReplyDeletethanx
ReplyDeletethanx
ReplyDeletereally suberb....
ReplyDeletein that case ,what would be the version it will install by using those commands in ubuntu?
ReplyDeletePerfection itself!
ReplyDelete