From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16372 invoked from network); 9 Oct 2000 16:26:36 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Oct 2000 16:26:36 -0000 Received: (qmail 16241 invoked by alias); 9 Oct 2000 16:26:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12935 Received: (qmail 16234 invoked from network); 9 Oct 2000 16:26:13 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Cosmo" , Subject: RE: NCR compiler problems on NCR Date: Mon, 9 Oct 2000 20:26:06 +0400 Message-ID: <000501c0320d$9fa9c180$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <39E1E744.6E043176@informix.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > I'm trying to make some use of an old NCR machine but I am having > some trouble > compiling Zsh with the native compiler. The configure script works > out that there > is a 64 bit type of long long and so zlong is defined as such. > However the compiler > does not like the following syntax: > ... > > If any one knows how to fix the compiler, fix the zsh src config or build > a working gcc I'd love to know. > Try to run zsh's configure with --disable-lfs. See --help output if I misspelled it. It should prevent Zsh from searching for 64 bit type _unless_ your system happens to have 64-bit off_t or ino_t. Remove old config.cache, of course. -andrej