Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: dynamic loading on SunOS 4.
- X-seq: zsh-workers 7173
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: dynamic loading on SunOS 4.
- Date: Fri, 16 Jul 1999 14:07:50 +0200
- In-reply-to: "Tanaka Akira"'s message of "10 Jul 1999 20:26:33 DFT." <rsqaet4iw46.fsf@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Tanaka Akira wrote:
> I found a dynamic loading problem as following on SunOS 4.
> is27e1s02% zmodload complist
> ld.so: Undefined symbol: _minfo
>
> I suspect that a shared object cannot refer other shared object's
> symbols on SunOS 4.
I've been slow replying to this, partly because I didn't think dynamic
loading worked on SunOS 4 at all. But this problem is presumably generic
to all systems without a working RTLD_GLOBAL. The most obvious way round
it is to arrange for complist and zle to share symbols via comp1.c,
like zle and compctl already do. Maybe that's not too hairy?
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author