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

Re: Problem with recent cvs zsh



"Mikael Magnusson" wrote:
> Hi,
> When using zsh from cvs i get the following errors upon startup (and
> some more like them)
> 
> /home/mikaelh/.zshrc:135: failed to load module `zsh/mathfunc':
> /usr/local/lib/zsh/4.3.4-dev-1/zsh/mathfunc.so: undefined symbol:
> errflag
> /home/mikaelh/.zshrc:136: failed to load module `zsh/zle':
> /usr/local/lib/zsh/4.3.4-dev-1/zsh/zle.so: undefined symbol:
> nullstrsetfn

No idea what this could be, since these symbols, at least, are marked
for export.  For some reason it looks like the main shell isn't being
linked in or doesn't have all the symbols in.  Could there by any change
in shared library configuration?  In particular has something changed
with the setting of zsh_cv_sys_dynamic_execsysms when you run configure
(it should be in config.log)?  Does it still happen if you recompile
from scratch?  What does "nm =zsh | grep errflag" show (where =zsh
refers to the newly installed zsh)?  If it's persistent, you probably
need to track down which change it came in with.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author