You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently out of the box build fails on some systems (e.g. latest Slackware Linux).
From what I gather [1] the readline library might not be explicitly linked to one providing termcap capabilities, so it needs to be explicitly given to the linker. On Slackware either --link-flags "-lncurses" or --link-flags "-ltermcap" works.
Not sure though if automatic detection, settling for one of the two libs or just a mention in the documentation would be preferred solution.
Currently out of the box build fails on some systems (e.g. latest Slackware Linux).
From what I gather [1] the readline library might not be explicitly linked to one providing termcap capabilities, so it needs to be explicitly given to the linker. On Slackware either
--link-flags "-lncurses"
or--link-flags "-ltermcap"
works.Not sure though if automatic detection, settling for one of the two libs or just a mention in the documentation would be preferred solution.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=499837
The text was updated successfully, but these errors were encountered: