From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10377 invoked by alias); 22 Nov 2004 03:22:05 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 10262 invoked from network); 22 Nov 2004 03:22:01 -0000 Received: from unknown (HELO hotmail.com) (64.4.16.56) by sourceware.org with SMTP; 22 Nov 2004 03:22:01 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 21 Nov 2004 19:22:00 -0800 Message-ID: Received: from 192.18.42.11 by by22fd.bay22.hotmail.msn.com with HTTP; Mon, 22 Nov 2004 03:21:19 GMT X-Originating-IP: [192.18.42.11] X-Originating-Email: [molmon@hotmail.com] X-Sender: molmon@hotmail.com From: "M M" To: gcc@gcc.gnu.org Bcc: Subject: I can't 'make' gcc-3.4.2 on Solaris 9 Sparc Date: Mon, 22 Nov 2004 04:26:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 22 Nov 2004 03:22:00.0698 (UTC) FILETIME=[6E1C3DA0:01C4D042] X-SW-Source: 2004-11/txt/msg00731.txt.bz2 Hi, My 'make' attempts are failing. - error msg below. The problem may well be in how I ran the configure script. I ran it without any parameters. I've read http://gcc.gnu.org/install/specific.html#sparc-sun-solaris2* - but frankly it's a little complicated for me...... Could someone please tell me exactly how I should run the configure script?, or what and how I should set any environment variables? #uname -a SunOS corrib 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Blade-100 In many places in the make output, there are warnings like: ".... warning: enum type mismatch: ...." The last piece of output from the make command is: "/export/tmp/pkgs/gcc-3.4.2/gcc/f/proj.h", line 37: #error: "You have to use gcc 2.x to build g77." cc: acomp failed for /export/tmp/pkgs/gcc-3.4.2/gcc/f/bad.c make[1]: *** [f/bad.o] Error 2 make[1]: Leaving directory `/export/tmp/pkgs/gcc-3.4.2/objdir/gcc' *** Error code 2 make: Fatal error: Command failed for target `all-gcc' By the way- GNU make is installed. thank you in advance.