From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6611 invoked from network); 19 Mar 2006 23:44:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Mar 2006 23:44:03 -0000 Received: (qmail 15698 invoked from network); 19 Mar 2006 21:54:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Mar 2006 21:54:31 -0000 Received: (qmail 28118 invoked by alias); 19 Mar 2006 21:54:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22368 Received: (qmail 28108 invoked from network); 19 Mar 2006 21:54:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Mar 2006 21:54:27 -0000 Received: (qmail 15324 invoked from network); 19 Mar 2006 21:54:27 -0000 Received: from mta07-winn.ispmail.ntl.com (HELO mtaout01-winn.ispmail.ntl.com) (81.103.221.47) by a.mx.sunsite.dk with SMTP; 19 Mar 2006 21:54:26 -0000 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20060319215425.XBNF29343.mtaout01-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Sun, 19 Mar 2006 21:54:25 +0000 Received: from pwslaptop.csr.com ([82.6.97.150]) by aamtaout04-winn.ispmail.ntl.com with ESMTP id <20060319215424.DDFE18957.aamtaout04-winn.ispmail.ntl.com@pwslaptop.csr.com> for ; Sun, 19 Mar 2006 21:54:24 +0000 Received: from pwslaptop.csr.com (pwslaptop.csr.com [127.0.0.1]) by pwslaptop.csr.com (8.13.4/8.13.4) with ESMTP id k2JLsDB5025741 for ; Sun, 19 Mar 2006 21:54:13 GMT Received: from pwslaptop.csr.com (pws@localhost) by pwslaptop.csr.com (8.13.4/8.13.4/Submit) with ESMTP id k2JLsC3h025738 for ; Sun, 19 Mar 2006 21:54:13 GMT Message-Id: <200603192154.k2JLsC3h025738@pwslaptop.csr.com> X-Authentication-Warning: pwslaptop.csr.com: pws owned process doing -bs From: Peter Stephenson To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: zsh 4.3.2 bug In-Reply-To: Your message of "Sun, 19 Mar 2006 06:09:35 +0100." <441CE78F.9080104@ah-online.com> Date: Sun, 19 Mar 2006 21:54:12 +0000 "g.fischer@ah-online.com" wrote: > François-Xavier Coudert wrote: > > I just compiled zsh-4.3.2 fine with: > > > > CC=cc ./configure --prefix=/tmp/zsh-install --enable-multibyte && make > > && make install > > > yeah, it worked. just added --enable-multibyte and it ran like a charm. > much thanks!! I think this means the following... Index: MACHINES =================================================================== RCS file: /cvsroot/zsh/zsh/MACHINES,v retrieving revision 1.2 diff -u -r1.2 MACHINES --- MACHINES 2 Mar 2006 14:26:20 -0000 1.2 +++ MACHINES 19 Mar 2006 19:36:52 -0000 @@ -178,8 +178,11 @@ Should build `out-of-the-box'. SGI: IRIX 6.5 - Should build `out-of-the-box'. - Use of gcc for compilation is recommended. + Should build `out-of-the-box'; however, if using the native + compiler, "cc" rather than "c99" is recommended. Compilation + with gcc is also reported to work. Multibyte is supported, + for example: + CC=cc ./configure --enable-multibyte On 6.5.2, zsh malloc routines are reported not to work; also full optimization (cc -O3 -OPT:Olimit=0) causes problems. -- Peter Stephenson Web page still at http://www.pwstephenson.fsnet.co.uk/