From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7385 invoked from network); 12 Aug 1998 16:49:19 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 12 Aug 1998 16:49:19 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id MAA09908; Wed, 12 Aug 1998 12:39:56 -0400 (EDT) Resent-Date: Wed, 12 Aug 1998 12:39:56 -0400 (EDT) From: Jason Naughton Message-Id: <199808121643.MAA17109@www.ee.ryerson.ca> Subject: Zsh on the NETWINDER To: zsh-workers@math.gatech.edu Date: Wed, 12 Aug 1998 12:43:24 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"DdVOg.0.iQ2.RLSqr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4302 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi, I have attempted to port zsh-3.0.0 to Corel's Netwinder ( Basically a armstrong 110, 275Mz sa110:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-linuxelf exit 0;; as uname produces: # uname -a Linux netwinder 2.0.31 #420 Mon Jun 29 13:59:26 EDT 1998 sa110 # uname -m sa110 # uname Linux I also had to modify the emulations to suport my version of ld: elif echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations : elf32arm"; then echo "arm-linuxelf" ; exit 0 as ld --help |grep "supported emulations" would produce: ld: supported emulations: elf32arm After making these modifications the configure fired off without any difficulties. Yet once I did the make it produced the following output <... snip ...> cd Src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall -Wno-implicit -Wmissing-prototypes -O2' LDFLAGS='' LIBS='-ltermcap' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' infodir='/usr/local/info' mandir='/usr/local/man' manext='1' make[1]: Entering directory `/home/gbootes/zsh-3.0.0/Src' gcc -c -I.. -I. -I. -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 builtin.c builtin.c:3639: #error there are some unknown limits. Fix me! make[1]: *** [builtin.o] Error 1 make[1]: Leaving directory `/home/gbootes/zsh-3.0.0/Src' make: *** [Src] Error 2 I read through your INSTALL text file and read about the RLIMIT statement. I will be sending you a copy of the config.guess, and the /usr/include/sys/resource.h files, could you take a look at them and make any modifications that are necessary. Cheers Jason