Hi, carl <[email protected]> skribis:
> undefined symbol: UP (./libreadline.so) > undefined symbol: PC (./libreadline.so) > undefined symbol: BC (./libreadline.so) > undefined symbol: tputs (./libreadline.so) > undefined symbol: tgoto (./libreadline.so) > undefined symbol: tgetflag (./libreadline.so) > undefined symbol: tgetent (./libreadline.so) > undefined symbol: tgetnum (./libreadline.so) > undefined symbol: tgetstr (./libreadline.so) That’s because libncurses is not among libreadline.so’s NEEDED. We fix this in Guix using this patch: http://git.savannah.gnu.org/cgit/guix.git/tree/distro/packages/patches/readline-link-ncurses.patch HTH, Ludo’.
