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

Unable to compile zsh on AIX



I am trying to compile zsh on an AIX machine and I am getting errors about undefined symbols during linking, specifically:

ld: 0711-317 ERROR: Undefined symbol: .zgetcwd
ld: 0711-317 ERROR: Undefined symbol: .xsymlink

Operating system: AIX 7.1 (7100-04-06-1806)
Compiler: gcc 6.3.0 from IBM's AIX Toolbox for Linux Applications
Command and full output: https://gist.github.com/wiggin15/12900e64a3dd5711cd3a05f1f975825d

I don't know if I am using the right approach, but I was able to compile zsh after adding "mod_export" modifiers to the following functions:

zgetcwd
xsymlink
bin_typeset
redrawhook
backwardmetafiedchar
openkeymap


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