From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8595 invoked by alias); 5 Jun 2005 20:23:50 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 8585 invoked by uid 22791); 5 Jun 2005 20:23:46 -0000 Received: from smtp105.mail.sc5.yahoo.com (HELO smtp105.mail.sc5.yahoo.com) (66.163.169.225) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Sun, 05 Jun 2005 20:23:46 +0000 Received: (qmail 13485 invoked from network); 5 Jun 2005 20:23:44 -0000 Received: from unknown (HELO velky.homelinux.net) (janzizka@82.181.67.45 with login) by smtp105.mail.sc5.yahoo.com with SMTP; 5 Jun 2005 20:23:43 -0000 Date: Sun, 05 Jun 2005 20:23:00 -0000 From: ziza@klubicko.net To: gcc-help@gcc.gnu.org Subject: Re: gcc installation help Message-ID: <20050605202341.GA32015@localdomain> References: <000001c5681f$3ed29470$c85c7aa3@proxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c5681f$3ed29470$c85c7aa3@proxy> User-Agent: Mutt/1.5.9i X-SW-Source: 2005-06/txt/msg00036.txt.bz2 Hi, seems that you are missing a C compiler. For installing GCC you need a working C compiler on your system since GCC is distributed as source code and not as binary package. Probably you didn't install the software development support on your Solaris machine. Check this with your sysadmin or look into manuals and install a C compiler native to Solaris. Cheers Ziza On Fri, Jun 03, 2005 at 02:43:46PM +0530, Arindam Sen wrote: > Hi > > I have a Solaris 9 installation on intel and have extracted > gcc-3.4.2.tar.gz.When I am trying to configure I get the following error > message. > > sun# ../configure > loading cache ./config.cache > checking host system type... i386-pc-solaris2.9 > checking target system type... i386-pc-solaris2.9 > checking build system type... i386-pc-solaris2.9 > checking for a BSD compatible install... ../install-sh -c > ../configure: cc: not found > *** The command 'cc -o conftest -g conftest.c' failed. > *** You must set the environment variable CC to a working compiler. > sun# > > Could you pls help > > Regards > Arindam > >