Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 3.0 pre6 VERY slow on nextstep 3.2
- X-seq: zsh-users 354
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: chuck@xxxxxxx
- Subject: Re: zsh 3.0 pre6 VERY slow on nextstep 3.2
- Date: Mon, 12 Aug 1996 04:48:34 +0200 (MET DST)
- Cc: luomat@xxxxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199608061544.LAA18029@xxxxxxxxxxxxxxxxxxx> from Charles Swiger at "Aug 6, 96 11:44:19 am"
> On Mon, 5 Aug 96, "Timothy J. Luoma" wrote:
> > Would you need/like to see the compiling output?
> >
> > Thanks for the help, I love zsh but it really is too slow to be usable...
>
> I tried building under NEXTSTEP 3.3. './configure' generates two core
> dumps; apparently the linker chokes trying to link POSIX stuff without
> '-posix', since building the test program which does
> tgetent((char*)0,"vt100") coredumps using either NeXT's cc or a gcc-2.7.2 I
> built.
These coredumps are normal. Configure tries call tgetent with a NULL
pointer which dumps core hence configure does not define the
TGETENT_ACCEPTS_NULL macro.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author