From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30308 invoked by alias); 1 Jul 2004 20:07:10 -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 30300 invoked from network); 1 Jul 2004 20:07:09 -0000 Received: from unknown (HELO masquerade.micron.com) (137.201.242.130) by sourceware.org with SMTP; 1 Jul 2004 20:07:09 -0000 Received: from mail-srv2.micron.com (localhost [127.0.0.1]) by masquerade.micron.com (8.12.9/8.12.2) with ESMTP id i61K7GcE028335 for ; Thu, 1 Jul 2004 14:07:16 -0600 (MDT) 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 i61K7EIN028328; Thu, 1 Jul 2004 14:07:15 -0600 (MDT) From: lrtaylor@micron.com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Error message running configure on Sun Solaris 8 Date: Thu, 01 Jul 2004 20:07:00 -0000 Message-ID: <363801FFD7B74240A329CEC3F7FE4CC403095EF1@ntxboimbx07.micron.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: To: , X-Scanned-By: MIMEDefang 2.37 X-SW-Source: 2004-07/txt/msg00026.txt.bz2 In order to install GCC from sources, you need to have a compiler installed on your system (in order to build GCC). You either don't have one, or it is not in your path before /usr/ucb, so the configure script is not finding it. Thanks, Lyle -----Original Message----- From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On Behalf Of McGregor, Van Sent: Thursday, July 01, 2004 2:06 PM To: gcc-help@gcc.gnu.org Subject: Error message running configure on Sun Solaris 8 Help, Never having installed gcc on a Sun box. How do I interpret the following message? What needs to be done to configure. Thanks for your help. Van Configuring for a sparc-sun-solaris2.8 host. Created "Makefile" in /u01/gccobj using "mh-frag" /usr/ucb/cc: language optional software package not installed *** The command '/usr/ucb/cc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler.