From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9076 invoked from network); 20 Sep 2005 14:21:24 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Sep 2005 14:21:24 -0000 Received: (qmail 6932 invoked from network); 20 Sep 2005 14:21:15 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Sep 2005 14:21:15 -0000 Received: (qmail 28660 invoked by alias); 20 Sep 2005 14:21:08 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9427 Received: (qmail 28649 invoked from network); 20 Sep 2005 14:21:07 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Sep 2005 14:21:07 -0000 Received: (qmail 5990 invoked from network); 20 Sep 2005 14:21:07 -0000 Received: from vanunu.ucsc.edu (128.114.150.22) by a.mx.sunsite.dk with SMTP; 20 Sep 2005 14:21:06 -0000 Received: from localhost (localhost [127.0.0.1]) by vanunu.ucsc.edu (Postfix) with ESMTP id 4CD3C807E61; Tue, 20 Sep 2005 07:21:06 -0700 (PDT) Date: Tue, 20 Sep 2005 07:21:06 -0700 (PDT) From: William Scott X-X-Sender: wgscott@vanunu.ucsc.edu To: Peter Stephenson Cc: zsh-users@sunsite.dk Subject: Re: zsh 4.2.5 on Irix 6.5.x In-Reply-To: <20050919110326.07b07980.pws@csr.com> Message-ID: References: <20050919110326.07b07980.pws@csr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Hi Peter: I neglected to post back that when I rebuilt it with gcc 3.3 rather than mips compilers, it works fine. Sorry > If using the SGI compiler, variable length arrays need to > be turned off. configure can work this out for itself if it > is passed the option --enable-cflags='-LANG:vla=off -O' (combined > with other flags if necessary). My guess is that it must have been that. Again, sorry for not catching this. Bill