From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9849 invoked from network); 14 Mar 2006 23:38:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,HTML_MESSAGE autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 14 Mar 2006 23:38:08 -0000 Received: (qmail 9115 invoked from network); 14 Mar 2006 23:38:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 Mar 2006 23:38:02 -0000 Received: (qmail 7056 invoked by alias); 14 Mar 2006 23:38:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22345 Received: (qmail 7047 invoked from network); 14 Mar 2006 23:37:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 14 Mar 2006 23:37:59 -0000 Received: (qmail 8806 invoked from network); 14 Mar 2006 23:37:59 -0000 Received: from k063.ims-firmen.de (213.174.51.118) by a.mx.sunsite.dk with SMTP; 14 Mar 2006 23:37:58 -0000 Received: from ah.darktech.org (p54A2F8F6.dip.t-dialin.net [84.162.248.246]) by k063.ims-firmen.de (Postfix) with ESMTP id 1FB9E180003; Wed, 15 Mar 2006 00:37:56 +0100 (CET) Received: from [192.168.76.6] (account gf HELO ah-online.com) by ah.darktech.org (CommuniGate Pro SMTP 5.0.1) with ESMTPA id 1380028; Wed, 15 Mar 2006 00:37:55 +0100 Sender: root@k063.ims-firmen.de Message-ID: <441753CD.4ACAF943@ah-online.com> Date: Wed, 15 Mar 2006 00:37:49 +0100 From: goetz fischer X-Mailer: Mozilla 4.8C-SGI [en] (X11; U; IRIX64 6.5 IP27) X-Accept-Language: en MIME-Version: 1.0 To: Peter Stephenson Cc: Zsh hackers list Subject: Re: zsh 4.3.2 bug References: <441370CD.5090208@ah-online.com> <20060313104235.599f10a1.pws@csr.com> Content-Type: multipart/alternative; boundary="------------72D560676B25342F1632F2D4" --------------72D560676B25342F1632F2D4 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Peter Stephenson wrote: > "g.fischer@ah-online.com" wrote: > > tried to build 4.3.2 on irix 6.5.29 with mipspro 7.43 but got: > > / > > gmake[2]: Entering directory `/mnt/3/temp/zsh-4.3.2/Src' > > c99 -c -I. -I/usr/local/include -I/usr/local2/include > > -I/usr/nekoware/include -I/usr/freeware/include -DHAVE_CONFIG_H -O3 > > -mips4 -lfastm -lm -TARG:platform=IP27:proc=r12000 > > -OPT:Olimit=0:roundoff=3:IEEE_arithmetic=3 -o builtin.o builtin.c > > cc-1020 c99: ERROR File = signals.epro, Line = 5 > > The identifier "SIGCOUNT" is undefined. > > > > extern mod_import_variable int sigtrapped[VSIGCOUNT]; > > The MACHINES file recommends using gcc for building zsh, sorry but gcc for major stuff like a shell is not an option. > but we rely on > other people's reports for getting IRIX to work so I don't have any more > detail. Something very close to 4.3.2 was reported to compile on > 6.5.something. okay so i'll give 4.3.1 a try. thanks so far > > > To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php -- ah-consulting.net Götz Fischer Senior Consultant Phone: +49(0)7225/98 98 79 Fax: +49(0)7225/28 64 eMail: g.fischer@ah-consulting.net http://www.ah-consulting.net http://www.ah-webhosting.com --------------72D560676B25342F1632F2D4 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Peter Stephenson wrote:
"g.fischer@ah-online.com" <g.fischer@ah-online.com> wrote:
> tried to build 4.3.2 on irix 6.5.29 with mipspro 7.43 but got:
> /
> gmake[2]: Entering directory `/mnt/3/temp/zsh-4.3.2/Src'
> c99 -c -I. -I/usr/local/include -I/usr/local2/include
> -I/usr/nekoware/include -I/usr/freeware/include -DHAVE_CONFIG_H -O3
> -mips4 -lfastm -lm -TARG:platform=IP27:proc=r12000
> -OPT:Olimit=0:roundoff=3:IEEE_arithmetic=3  -o builtin.o builtin.c
> cc-1020 c99: ERROR File = signals.epro, Line = 5
>   The identifier "SIGCOUNT" is undefined.
>
>   extern mod_import_variable int sigtrapped[VSIGCOUNT];

The MACHINES file recommends using gcc for building zsh,

sorry but gcc for major stuff like a shell is not an option.
but we rely on
other people's reports for getting IRIX to work so I don't have any more
detail.  Something very close to 4.3.2 was reported to compile on
6.5.something.
okay so i'll give 4.3.1 a try.
thanks so far
 

To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php

-- 
ah-consulting.net
Götz Fischer
Senior Consultant
Phone: +49(0)7225/98 98 79
Fax:   +49(0)7225/28 64
eMail: g.fischer@ah-consulting.net
http://www.ah-consulting.net
http://www.ah-webhosting.com
  --------------72D560676B25342F1632F2D4--