From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 302 invoked by alias); 15 Dec 2003 18:40:01 -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 32748 invoked from network); 15 Dec 2003 18:40:00 -0000 Received: from unknown (HELO mail-srv2.micron.com) (137.201.242.130) by sources.redhat.com with SMTP; 15 Dec 2003 18:40:00 -0000 Received: from mail-srv2.micron.com (localhost [127.0.0.1]) by mail-srv2.micron.com (8.12.9/8.12.2) with ESMTP id hBFIe4LN004311 for ; Mon, 15 Dec 2003 11:40:04 -0700 (MST) Received: from ntxboimbx07.micron.com (ntxboimbx07.micron.com [137.201.80.94]) by mail-srv2.micron.com (8.12.9/8.12.2) with ESMTP id hBFIe2Qu004300; Mon, 15 Dec 2003 11:40:03 -0700 (MST) From: lrtaylor@micron.com X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: gcc installation Date: Mon, 15 Dec 2003 18:40:00 -0000 Message-ID: <363801FFD7B74240A329CEC3F7FE4CC4015F373F@ntxboimbx07.micron.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: To: , X-Scanned-By: MIMEDefang 2.37 X-SW-Source: 2003-12/txt/msg00137.txt.bz2 You need a working C compiler on your system in order to build GCC. If you= do not already have one installed, then you will not be able to build GCC = from sources. If you do have one (e.g., Forte), then add the path in which= it is installed to the beginning of your PATH variable. Otherwise, you mi= ght try installing a binary release instead. For example, try looking at w= ww.sunfreeware.com. Cheers, Lyle -----Original Message----- From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On Behalf Of Pranav Sharma, Noida Sent: Monday, December 15, 2003 11:35 AM To: gcc-help@gcc.gnu.org Subject: gcc installation Hi All, I am installing gcc on Sun sparc v480 machine. When I am giving the ./configure command, the following error messege is reported. # ./configure loading cache ./config.cache checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking host system type... sparc-sun-solaris2.8 checking target system type... sparc-sun-solaris2.8 checking build system type... sparc-sun-solaris2.8 checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH The output of my echo $PATH is : # echo $PATH /opt/CTEact/bin:/opt/SUNWexplo/bin:/opt/sun/bin:/usr/sbin:/usr/bin:/usr/ccs/ bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,Sun-Fire-480R/sbin:/usr/ ucb And when I give the cc command on prompt, I get the following messege. # cc /usr/ucb/cc: language optional software package not installed Can anyone help me finding where I am going wrong and what should I correct. Thanks & Regards Pranav Sharma