Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh doesn't compile correctly out of the box for HPUX
- X-seq: zsh-workers 18225
- From: Nathan Peirce <nathan@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Zsh doesn't compile correctly out of the box for HPUX
- Date: Tue, 11 Feb 2003 18:22:16 -0700
- Cc: Matt Lovell <lovell@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
It does compile, but zle doesn't function correctly unless you have
the LIBS line in the Makefile look like this:
LIBS = -lnsl -lHcurses -lcurses -lm -lc
Notice that the Hcurses library has to be used instead of the default
curses. What happens is the backspace doesn't work. When you hit
backspace nothing happens (and in fact if stty is set to do a
backspace-space-backspace it actually just goes forward a space
instead of backwards).
I've had this problem dating back to HPUX 10.20 (and now on 11.11).
It would be nice to have a fix in configure or a note added to
MACHINES
Thanks zsh-workers
--
Nathan Peirce
Hewlett Packard
System VLSI Technology Division
Phone: 970-898-7928
Email: nathan@xxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author