Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh-3.0.1-test2 compilation problem



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



Messages sorted by: Reverse Date, Date, Thread, Author