From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30379 invoked by alias); 15 Dec 2003 18: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 30371 invoked from network); 15 Dec 2003 18:31:12 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by sources.redhat.com with SMTP; 15 Dec 2003 18:31:12 -0000 Received: from exch-01.noida.hcltech.com (exch-01 [204.160.254.29]) by ngate.noida.hcltech.com (8.12.8/8.12.8) with ESMTP id hBFJBuwa013067 for ; Tue, 16 Dec 2003 00:41:56 +0530 Received: by exch-01.noida.hcltech.com with Internet Mail Service (5.5.2653.19) id ; Tue, 16 Dec 2003 00:04:49 +0530 Message-ID: <1B3885BC15C7024C845AAC78314766C5019F2551@exch-01.noida.hcltech.com> From: "Pranav Sharma, Noida" To: gcc-help@gcc.gnu.org Subject: gcc installation Date: Mon, 15 Dec 2003 18:31:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2003-12/txt/msg00136.txt.bz2 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