Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
dynamic loading on SunOS 4.
- X-seq: zsh-workers 7093
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: dynamic loading on SunOS 4.
- Date: 10 Jul 1999 20:26:33 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I found a dynamic loading problem as following on SunOS 4.
Z:akr@is27e1s02% zsh -f
is27e1s02% echo $ZSH_VERSION
3.1.5-pws-25
is27e1s02% echo $OSTYPE
sunos4.1.4
is27e1s02% zmodload complist
ld.so: Undefined symbol: _minfo
zsh: exit 127 zsh -f
Z:akr@is27e1s02%
I suspect that a shared object cannot refer other shared object's
symbols on SunOS 4.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author