Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: dev-14: ld.so: Src/zsh: relocation error: symbol not found: nbrbeg
- X-seq: zsh-workers 9251
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: dev-14: ld.so: Src/zsh: relocation error: symbol not found: nbrbeg
- Date: Thu, 6 Jan 2000 18:15:33 +0300
- Importance: Normal
- In-reply-to: <200001061409.PAA18367@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> > .zshrc:9: failed to load module: zsh/complete
> >
> > I tried this with two different OS/compiler versions.
> >
> > The message in subject is from dlerror() that I added to try_load_module()
>
> System type? Didn't we have this kind of problem (a dynamically loaded
> module could not get at the symbols of another dynamically loaded
> module) on SunOS4.x?
>
> At least, the code should be ok: nbrbeg and nbrend are defined and
> mod_export'ed in zle_tricky.c and zsh/complete depends upon zsh/zle.
>
> Have you tried it with a linked in zsh/zle module?
>
Well, static (--disable-dynamic) build is O.K. I am really lost here. I also
tried to track down nbrbeg - they appear to be the same in pws-12 and dev-14
(that is, undef in complete.so and complist.so ad defined in zle.so). I tried
testcase - it works. No idea so far.
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author