Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [3.1.6-dev-22/CVS] Anyone with HP-UX 11.00 and dynamic loading ?
- X-seq: zsh-workers 10838
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: [3.1.6-dev-22/CVS] Anyone with HP-UX 11.00 and dynamic loading ?
- Date: Wed, 19 Apr 2000 17:03:48 +0200 (MET DST)
- In-reply-to: Ollivier Robert's message of Wed, 19 Apr 2000 16:56:19 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author