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

Re: Problem with recent cvs zsh



On 27/08/07, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
> "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.

Hrm, as it turned out I just had to remove my config.cache, I'm sorry
I forgot that's one of the things to check.

-- 
Mikael Magnusson



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