Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: zsh-3.1.2-zefram3: libzsh install



On 15 Jan 1998, Geoff Wing wrote:

> Andrej Borsenkow <borsenkow.msk@xxxxxx> typed:
> :Here is a patch for several problems with dynamic ZSH
> :  - libzsh.so was changed to libzsh.$(VERSION).so; zsh is linked
> :    with it explicitly
> :-LIBZSH = libzsh.so.$(VERSION)
> :+LIBZSH = libzsh.$(VERSION).so
> 
> Ah, but some systems need the former version.  This obviously needs to be
> configurable.

Which ones? What difference is between -lzsh and -lzsh.3.1.2?

O.K., I make another pass. Is anybody aware of system which supports
shared libraries and *doesn't* support LD_RUN_PATH or equivalent? Then
libzsh.so can be simply installed in version-dependent directory
($(libdir)/zsh/$(VERSION)) and zsh compiled with LD_RUN_PATH set. This is
the way Perl does it.

-------------------------------------------------------------------------
Andrej Borsenkow 		Fax:   +7 (095) 252 01 05
SNI ITS Moscow			Tel:   +7 (095) 252 13 88

NERV:  borsenkow.msk		E-Mail: borsenkow.msk@xxxxxx
-------------------------------------------------------------------------




Messages sorted by: Reverse Date, Date, Thread, Author