From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10445 invoked from network); 30 Oct 1998 21:27:45 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 30 Oct 1998 21:27:45 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id QAA28787; Fri, 30 Oct 1998 16:20:54 -0500 (EST) Resent-Date: Fri, 30 Oct 1998 16:20:47 -0500 (EST) Message-ID: <19981030222432.A19328@rhrk.uni-kl.de> Date: Fri, 30 Oct 1998 22:24:32 +0100 From: "Thomas Ziehmer [RHRK]" To: zsh-users@math.gatech.edu Subject: Re: Re: Strange behaviour of zsh-3.1.5 on IRIX 6.2 References: <199810301827.SAA32548@diamond.tao.co.uk> <19981030151847.A29258@argo.cit.nih.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.6i In-Reply-To: <19981030151847.A29258@argo.cit.nih.gov>; from Anthony.Iano-Fletcher@nih.gov on Fri, Oct 30, 1998 at 03:18:47PM -0500 Resent-Message-ID: <"od7Kt.0.F17.ksYEs"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1909 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi all, On Fri, Oct 30, 1998 at 03:18:47PM -0500, Anthony.Iano-Fletcher@nih.gov wrote: > Hi Zefram, Helmut and all, > > [...] > > building and installing 3.1.5. It seems much more likely that this is > > a problem with a specific machine, rather than a specific zsh version. > > > > Is anyone else using IRIX? > > yes I am. 3.1.5 compiles and runs just fine on Solaris 2.5.1. It > compiles under IRIX 6.4 but I see similar problems to Helmut.... > I've tested it under IRIX 6.2 and IRIX 6.4 and it worked well. So it may a problem with the compiler. Helmut and Anthony check the compiler version with `cc -version` I use 'MIPSpro Compilers: Version 7.2.1.1m'. It seems to work. Or try to use gcc. If it's not a problem of the linker it should solve the problem too. > I can try to look into it - suggestions of where to start? on the compiler Thomas Ziehmer