From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6353 invoked from network); 19 Apr 2000 15:04:22 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Apr 2000 15:04:22 -0000 Received: (qmail 9509 invoked by alias); 19 Apr 2000 15:03:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10838 Received: (qmail 9492 invoked from network); 19 Apr 2000 15:03:55 -0000 Date: Wed, 19 Apr 2000 17:03:48 +0200 (MET DST) Message-Id: <200004191503.RAA23621@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Ollivier Robert's message of Wed, 19 Apr 2000 16:56:19 +0200 Subject: Re: [3.1.6-dev-22/CVS] Anyone with HP-UX 11.00 and dynamic loading ? Ollivier Robert wrote: > I'm trying to compile the latest version from the CVS repository. Zsh > tries to compile the dynamic modules but it fails because at lease for > complist, it needs a shared version of libtermcap, which my machine doesn't > have... Bad news, but... complist doesn't do anything zle and complete don't do, too. And complist is already treated the same as zle and complete, as far as I can see. > > rm -f complist.sl > ld -s -b -o complist.sl complist..o -lnsl -ltermcap -lm -lc > ld: DP relative code in file /usr/lib/libtermcap.a(tputs.o) - shared library must be position > independent. Use +z or +Z to recompile. > *** Error exit code 1 > > Has anyone a solution (trying to compile complist static ?) ? Dunno, shouldn't complist be taking the termcap stuff from the libtermcap.a that is linked into the core? Like all other modules. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de