From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Parrilla Subject: installing gcc.3.3.4 Date: 07 Nov 2004 17:37:01 -0600 Message-ID: <1099870617.17371.2.camel@eparr1> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Linux_admin Hi All, I was trying to install gcc-3.3.4 but when i ran the configure part I got the following message: $ configure --prefix=/ creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c ./configure: line 2332: cc: command not found *** The command 'cc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. Any idea what the problem could be? Why should I set the config with a compiler when I am installing a compile? Thanks Ed