Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh-2.6beta20 doesn't compile under Linux pre2.0.14
- X-seq: zsh-users 238
- From: jkroeger@xxxxxxxxxxxxxxx
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: zsh-2.6beta20 doesn't compile under Linux pre2.0.14
- Date: 7 Jun 1996 20:31:26 -0000
Recent Linux kernels introduced a new limit for the address space of a process:
#define RLIMIT_AS 9 /* address space limit */
This makes compiling zsh fail with the following error message:
builtin.c:3539: #error there are some unknown limits. Fix me!
make[1]: *** [builtin.o] Error 1
make[1]: Leaving directory `/usr/src/bin/zsh-2.6-beta20/Src'
make: *** [Src] Error 2
Unfortunately I don't know how to fix zsh so that it can handle the new
resource limit :-(
--
Johannes Kroeger <jkroeger@xxxxxxxxxxxxxxx>
Send me mail with subject "send pgp-key" to get my PGP key
Messages sorted by:
Reverse Date,
Date,
Thread,
Author