From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 565 invoked from network); 12 Dec 1996 13:03:53 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 12 Dec 1996 13:03:53 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id HAA02221; Thu, 12 Dec 1996 07:55:28 -0500 (EST) Resent-Date: Thu, 12 Dec 1996 07:55:28 -0500 (EST) Sender: seawit@stsun46.sea.ericsson.se To: zsh-workers@math.gatech.edu Subject: zsh-3.0.1-test2 compilation problem From: Thomas Winder Date: 12 Dec 1996 13:56:18 +0100 Message-Id: X-Mailer: Red Gnus v0.74/XEmacs 19.14 X-Face: @k_)8Ne:Ab#%Q;T#k{)R5_"IWA+B|CF?^Z'z!C.4w=P]%yF^~6^yOdYCei[%|;&IhUSazE% aymP7f`VYfRaWoIVX\b2K?d`iA[o??ccxX,aKa+!H%YH{4K?:EtW+DZ} Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2563 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi! Trying to compile zsh-3.0.1-test2 on sparclinux-961210 shows the following: cd Src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall -Wno-implicit -Wmissing-prototypes -O2' LDFLAGS='' LIBS='-ltermcap' prefix='/usr' exec_prefix='/' bindir='//bin' infodir='/usr/info' mandir='/usr/man' manext='1' make[1]: Entering directory `/data1a/src/zsh-3.0.1/Src' gcc -c -I.. -I. -I. -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 builtin.c builtin.c:3686: #error there are some unknown limits. Fix me! make[1]: *** [builtin.o] Error 1 make[1]: Leaving directory `/data1a/src/zsh-3.0.1/Src' Comparing the asm/resources.h from i386-linux to sparc-linux shows that the RLIMIT_NOFILE and RLIMIT_NPROC are exchanged (6 <-> 7). Shouldn't zsh be able to handle this? (btw: why is there such a confusing "define tree" for the limits in Src/builtins.c?). thanks tom