How to check if your machine has gcc/g++ installed on Ubuntu 5.04

¡¡

  1. Once you boot up the machine, type "ALT+F2". Then, a window will be opened. In the window, type 'xterm' and enter. This step will bring you the xterm terminal on the console.
    ¡¡
  2. Now, you can check whether your machine has gcc/g++ complier in it. Type 'which gcc' on the xterm and 'which g++' as well. If you can see something like '/usr/bin/gcc' and (or) 'usr/bin/g++', then your machine has the appropriate complier for our project. If you just cannot see anything after it, then you will have to install gcc/g++ as the below.
    ¡¡
  3. Type 'sudo apt-get install build-essential' on the xterm. It will install gcc/g++ complier as well as some other necessary stuffs for the project. After this, check your machine with step 2.

¡¡

¡¡

<Back to Home>

Last Update: 26/10/2005

Hosted by www.Geocities.ws

1