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

dynamic loading on SunOS 4.



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