How to Install GCC (c/c++) Compiler in Ubuntu 9.10

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

4 Responses

  1. 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….

  2. 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…….

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.