zsh-users
 help / color / mirror / code / Atom feed
* Large Files not supported in SOLARIS 2.6???A
@ 1999-10-26 14:06 Zvi Har'El
  1999-10-27  8:38 ` Nemeth Ervin
  0 siblings, 1 reply; 4+ messages in thread
From: Zvi Har'El @ 1999-10-26 14:06 UTC (permalink / raw)
  To: ZSH Users

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@math.technion.ac.il     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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Large Files not supported in SOLARIS 2.6???A
  1999-10-26 14:06 Large Files not supported in SOLARIS 2.6???A Zvi Har'El
@ 1999-10-27  8:38 ` Nemeth Ervin
  1999-10-27  9:20   ` Zvi Har'El
  0 siblings, 1 reply; 4+ messages in thread
From: Nemeth Ervin @ 1999-10-27  8:38 UTC (permalink / raw)
  To: Zvi Har'El; +Cc: ZSH Users

>>>>> Zvi Har'El writes:

> 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'':

[...]

> Do you know what the problem could be?

I'm not sure, but I think you are using far too old gcc which doesn't support
the longlong type.

Does a new gcc solve your problem?

Sincerely,
-- 
  ____                 ____________________________________________________
 /____| NEMETH, ERVIN |____________________________________________________|
//	< airwin @ inf.bme.hu >		http://www.inf.bme.hu/~airwin
||
||	"Nonsense.  All you have to do is say 'Engage'"
||					-- Patrick Stewart about warp theory


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Large Files not supported in SOLARIS 2.6???A
  1999-10-27  8:38 ` Nemeth Ervin
@ 1999-10-27  9:20   ` Zvi Har'El
  1999-10-27  9:31     ` Nemeth Ervin
  0 siblings, 1 reply; 4+ messages in thread
From: Zvi Har'El @ 1999-10-27  9:20 UTC (permalink / raw)
  To: Nemeth Ervin; +Cc: ZSH Users

On 27 Oct 1999, Nemeth Ervin wrote:

> >>>>> Zvi Har'El writes:
> 
> > 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'':
> 
> [...]
> 
> > Do you know what the problem could be?
> 
> I'm not sure, but I think you are using far too old gcc which doesn't support
> the longlong type.
> 
> Does a new gcc solve your problem?
> 
> Sincerely,
> 

I am using gcc version 2.7.2.3. Is this considered too old?

-- 
Dr. Zvi Har'El     mailto:rl@math.technion.ac.il     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)
                          Wednesday, 17 Heshvan 5760, 27 October 1999, 11:19AM


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Large Files not supported in SOLARIS 2.6???A
  1999-10-27  9:20   ` Zvi Har'El
@ 1999-10-27  9:31     ` Nemeth Ervin
  0 siblings, 0 replies; 4+ messages in thread
From: Nemeth Ervin @ 1999-10-27  9:31 UTC (permalink / raw)
  To: ZSH Users

>>>>> Zvi Har'El writes:

[...]

> I am using gcc version 2.7.2.3. Is this considered too old?

2.7.2.3 is dated 19. Aug 1997.  Then came 2.8, then egcs and now we have 2.95.

HTH.

Sincerely,
-- 
  ____                 ____________________________________________________
 /____| NEMETH, ERVIN |____________________________________________________|
//	< airwin @ inf.bme.hu >		http://www.inf.bme.hu/~airwin
||
||	"Nonsense.  All you have to do is say 'Engage'"
||					-- Patrick Stewart about warp theory


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-10-27  9:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-26 14:06 Large Files not supported in SOLARIS 2.6???A Zvi Har'El
1999-10-27  8:38 ` Nemeth Ervin
1999-10-27  9:20   ` Zvi Har'El
1999-10-27  9:31     ` Nemeth Ervin

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).