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

Re: 5.3.1



On Dec 21,  4:40pm, Ray Andrews wrote:
} 
}      $ /aWorking/zsh-5.3.1 6$ zmodload zsh/curses
}      zsh: failed to load module `zsh/curses': 
} /aWorking/zsh-5.3.1/Build/lib/zsh/5.3.1/zsh/curses.so: undefined symbol: 
}      COLORS

Well, obviously configure has correctly decided ("link=no" in unedited
config.modules) that whatever curses library it has found on its own
will not properly link the curses.so file.

Try

    LIBS=-lncurses configure ...

If that doesn't work, you'll have to figure out what library to link with
to get the COLORS symbol, because it's obviously declared extern in some
header that the compiler is finding when you "make".



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