Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Large Files not supported in SOLARIS 2.6???A
- X-seq: zsh-users 2706
- From: "Zvi Har'El" <rl@xxxxxxxxxxxxxxxxxxx>
- To: ZSH Users <zsh-users@xxxxxxxxxxxxxxx>
- Subject: Large Files not supported in SOLARIS 2.6???A
- Date: Tue, 26 Oct 1999 16:06:28 +0200 (IST)
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Trying to install zsh 3.0.7 (or 3.0.6) on a Solaris 2.6 system, I get the
following error, which disppears if I use ``configure --disable-lfs'':
gcc -c -I.. -I. -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H
-Wall -Wno-implicit -Wmissing-prototypes -O2 builtin.c
In file included from /usr/include/sys/wait.h:24,
from system.h:180,
from zsh.h:59,
from builtin.c:30:
/usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside
parameter list
/usr/include/sys/resource.h:148: warning: its scope is only this definition or
declaration,
/usr/include/sys/resource.h:148: warning: which is probably not what you want.
/usr/include/sys/resource.h:149: warning: `struct rlimit64' declared inside
parameter list
builtin.c: In function `bin_limit':
builtin.c:3785: invalid use of undefined type `struct rlimit64'
builtin.c:3789: invalid use of undefined type `struct rlimit64'
builtin.c:3790: invalid use of undefined type `struct rlimit64'
builtin.c:3791: invalid use of undefined type `struct rlimit64'
builtin.c:3793: invalid use of undefined type `struct rlimit64'
builtin.c:3797: invalid use of undefined type `struct rlimit64'
builtin.c: In function `bin_unlimit':
builtin.c:3826: invalid use of undefined type `struct rlimit64'
builtin.c:3829: invalid use of undefined type `struct rlimit64'
builtin.c:3832: invalid use of undefined type `struct rlimit64'
builtin.c:3832: invalid use of undefined type `struct rlimit64'
builtin.c:3861: invalid use of undefined type `struct rlimit64'
builtin.c:3865: invalid use of undefined type `struct rlimit64'
builtin.c:3867: invalid use of undefined type `struct rlimit64'
builtin.c:3867: invalid use of undefined type `struct rlimit64'
builtin.c: In function `bin_ulimit':
builtin.c:4013: invalid use of undefined type `struct rlimit64'
builtin.c:4017: invalid use of undefined type `struct rlimit64'
builtin.c:4018: invalid use of undefined type `struct rlimit64'
builtin.c:4019: invalid use of undefined type `struct rlimit64'
builtin.c:4023: invalid use of undefined type `struct rlimit64'
builtin.c:4024: invalid use of undefined type `struct rlimit64'
builtin.c:4028: invalid use of undefined type `struct rlimit64'
builtin.c:4028: invalid use of undefined type `struct rlimit64'
builtin.c:4030: invalid use of undefined type `struct rlimit64'
builtin.c:4036: invalid use of undefined type `struct rlimit64'
builtin.c:4040: invalid use of undefined type `struct rlimit64'
builtin.c:4045: invalid use of undefined type `struct rlimit64'
builtin.c:4045: invalid use of undefined type `struct rlimit64'
builtin.c: In function `showlimits':
builtin.c:4075: invalid use of undefined type `struct rlimit64'
builtin.c:4075: invalid use of undefined type `struct rlimit64'
builtin.c:4110: warning: long int format, different type arg (arg 2)
builtin.c:4112: warning: long int format, different type arg (arg 2)
builtin.c:4068: warning: `val' might be used uninitialized in this function
builtin.c: In function `printulimit':
builtin.c:4131: invalid use of undefined type `struct rlimit64'
builtin.c:4131: invalid use of undefined type `struct rlimit64'
builtin.c:4240: warning: long int format, different type arg (arg 2)
builtin.c:4128: warning: `limit' might be used uninitialized in this function
make[1]: *** [builtin.o] Error 1
make[1]: Leaving directory `/usr/local/adm/src/zsh-3.0.7/Src'
make: *** [Src] Error 2
Do you know what the problem could be?
--
Dr. Zvi Har'El mailto:rl@xxxxxxxxxxxxxxxxxxx Department of Mathematics
vox:+972-4-8296534 Technion - Israel Institute of Technology
fax:+972-4-8296114 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL
``If you can't say somethin' nice, don't say nothin' at all.''--Thumper (1942)
Tuesday, 16 Heshvan 5760, 26 October 1999, 3:58PM
Messages sorted by:
Reverse Date,
Date,
Thread,
Author