From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13703 invoked by alias); 14 Mar 2002 06:31:14 -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 13615 invoked from network); 14 Mar 2002 06:31:08 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 14 Mar 2002 06:31:08 -0000 Received: from violet.setuza.cz ([194.149.118.97]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16lOlW-0003Wk-00 for ; Thu, 14 Mar 2002 01:31:06 -0500 Received: from ADMIN.satuza.cz (ADMIN.setuza.cz [2.2.2.21]) by violet.setuza.cz (Postfix) with ESMTP id 1F0A873D0A; Thu, 14 Mar 2002 06:31:06 +0000 (UTC) Subject: Re: Help in Configuring GCC From: Frank Schafer To: ryukenjoven@yahoo.com Cc: help-gcc@gnu.org In-Reply-To: <20020314062143.65404.qmail@web20009.mail.yahoo.com> References: <20020314062143.65404.qmail@web20009.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution/1.0 (Preview Release) Date: Wed, 13 Mar 2002 22:31:00 -0000 Message-Id: <1016087464.482.22.camel@ADMIN> Mime-Version: 1.0 X-SW-Source: 2002-03/txt/msg00112.txt.bz2 On Thu, 2002-03-14 at 07:21, =A9=BF=A9=AC JGuevarra wrote: > Hi All! >=20 >=20 > I am new to sun unix and after I installed sol8 I > found out that I have no compiler installed. I > downloaded a new version of GCC at GNU website and > tried to install it, unluckily theres a problem: >=20 > Configuring for a sparc-sun-solaris2.8 host. > Created "Makefile" in /export/home0/local/gcc using > "mh-frag" > /usr/ucb/cc: language optional software package not > installed > *** The command '/usr/ucb/cc -o conftest -g=20=20 > conftest.c' failed. > *** You must set the environment variable CC to a > working compiler. >=20 >=20 > How can I compile a C compiler when there is actually > no compiler?=20 That's simple, If You don't have a compiler you can't compile. >=20 > __________________________________________________ > Do You Yahoo!? Nope! Have a look at gnu.org or at sunfreeware.com. You should find a precompiled version there. Regards Frank