From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28546 invoked from network); 12 Apr 1997 10:54:12 -0000 Received: from euclid.skiles.gatech.edu (root@130.207.146.50) by ns1.primenet.com.au with SMTP; 12 Apr 1997 10:54:12 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA04067; Fri, 11 Apr 1997 17:34:42 -0400 (EDT) Resent-Date: Fri, 11 Apr 1997 17:28:58 -0400 (EDT) From: (Zoltan T. Hidvegi) Message-Id: <9704112131.AA06424@lotto.fishkill.ibm.com> Subject: Re: problems installing zsh on x86 In-Reply-To: from Sweth Chandramouli at "Apr 11, 97 05:06:49 pm" To: sweth@bivwood.com (Sweth Chandramouli) Date: Fri, 11 Apr 1997 17:31:37 -0400 (EDT) Cc: zsh-users@math.gatech.edu X-Mailer: ELM [version 2.4ME+ PL31 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Dbmv4.0.ww.PqgJp"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/798 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sweth Chandramouli wrote: > In file included from ./system.h:64, from zsh.h:36, from builtin.c:32: > /usr/local/lib/gcc-lib/i486-sun-solaris2/2.4.5/include/sys/stat.h:231: You use gcc-2.4.5. I bet that you installed this on an older Solaris version, and you did not reinstall gcc after you upgraded the OS. This does not work, and you will have problems compiling other programs as well. Please install the latest gcc. Alternatively you can try the SUN C compiler: remove config.cache, and set the CC environment variable to cc before running configure. Zoltan