From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10015 invoked from network); 12 Feb 2003 11:16:12 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 12 Feb 2003 11:16:12 -0000 Received: (qmail 20592 invoked by alias); 12 Feb 2003 11:16:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18228 Received: (qmail 20583 invoked from network); 12 Feb 2003 11:16:00 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 12 Feb 2003 11:16:00 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.189.183.235] by sunsite.dk (MessageWall 1.0.8) with SMTP; 12 Feb 2003 11:16:0 -0000 Received: from exchange01.csr.com (unverified) by (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Wed, 12 Feb 2003 11:22:37 +0000 Received: from csr.com (tinky-winky.csr.com [192.168.144.127]) by exchange01.csr.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id DQ47MKHR; Wed, 12 Feb 2003 11:16:38 -0000 To: Nathan Peirce cc: zsh-workers@sunsite.dk, Matt Lovell Subject: Re: Zsh doesn't compile correctly out of the box for HPUX In-reply-to: "Nathan Peirce"'s message of "Tue, 11 Feb 2003 18:22:16 MST." <15945.41416.979345.594652@hpesnhp.fc.hp.com> Date: Wed, 12 Feb 2003 11:15:51 +0000 Message-ID: <11963.1045048551@csr.com> From: Peter Stephenson Nathan Peirce wrote: > 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. Is that really instead of (not in addition to)? In that case, and assuming Hcurses is HPUX-specific, I would think we can fix this by changing [case "$host_os" in hpux10.*|hpux11.*|solaris*) termcap_curses_order="curses ncurses termcap" ;; *) termcap_curses_order="termcap curses ncurses" ;; esac] to [case "$host_os" in hpux10.*|hpux11.*|solaris*) termcap_curses_order="Hcurses curses ncurses termcap" ;; *) termcap_curses_order="termcap curses ncurses" ;; esac] in the configure test. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************