zsh-workers
 help / color / mirror / code / Atom feed
From: Andrej Borsenkow <borsenkow.msk@sni.de>
To: Andrew Main <zefram@tao.co.uk>
Cc: zsh-workers@math.gatech.edu
Subject: Re: zsh-3.1.2-zefram3 - first experience
Date: Tue, 13 Jan 1998 17:36:06 +0300 (MSK)	[thread overview]
Message-ID: <Pine.SV4.3.95.980113172532.21704B-100000@itsrm1> (raw)
In-Reply-To: <199801131250.MAA21364@taos.demon.co.uk>

On Tue, 13 Jan 1998, Andrew Main wrote:

> 
> >4. Finally, after I managed to compile it, I lost ZLE!!! All seems to
> >work, zle.so, comp1.so, compctl.so are loaded, bindkey shows all bindings,
> >but when I try to use *any* bound character, I get no effects. '^P' gives
> >fine message `'^P' not found" :-)
> 
> "'^P' not found" sounds like it's looking for a *function* called '^P'.
> What bindkey instructions are you executing on startup?
> 

Oops!! I totally forgot, that libzsh.so is not installed when I do
make install :-( 

This opens up two questions:

  1. libzsh.so *must* be installed. I think, it was on Zoltan's to do
     list ...

  2. There must be a way for several dynamic ZSH versions to coexist. It 
     can be done in (at least) two ways:

     - easy and portable :)
         just build (and link with) libzsh.x.y.z.so instead of libzsh.so
         It will run on every system which supports shared libraries

     - at least on SVR4 is possible to give shared library a name (-h 
       option). If library libfoo.so was built with -h libfoo.so.x.y.z, 
       then after initial linking with -lfoo run time loader will look
       for libfoo.so.x.y.z. I think, it works this way on Linux as well. 

Zefram, I think you were the author of most dynamic hacks. What do you
think?

BTW this version defaults to -O -g compiler options and -s linker option.
I would expect developer version to not be stripped, and -O -g doesn't
work with most compilers.


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

NERV:  borsenkow.msk		E-Mail: borsenkow.msk@sni.de
-------------------------------------------------------------------------



  reply	other threads:[~1998-01-13 14:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-13 12:08 Andrej Borsenkow
1998-01-13 12:50 ` Andrew Main
1998-01-13 14:36   ` Andrej Borsenkow [this message]
1998-01-13 14:52     ` Andrew Main

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SV4.3.95.980113172532.21704B-100000@itsrm1 \
    --to=borsenkow.msk@sni.de \
    --cc=zefram@tao.co.uk \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).