-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some platforms might need -ltinfo #17
Comments
The Furthermore, the Haskell One way that error could happen is if there's a mismatch between the system on which GHC was built (which had |
Yeah, I think that makes sense. I don't know where the user got their GHC distribution, but it's definitely possible it was built on a machine that different a different linking environment than the one in which they ran the build (and apparently they're on a Gentoo variant, so that's at least consistent with other reports of this error). They've been happy with the Gentoo hotfix for this, so I'm not sure there's much else to be done on this ticket. Thank you! |
A user of my
brick
library (which usesvty
, which usesterminfo
) has reported this issue:jtdaugherty/brick#75
Doing a little digging, it appears that this might be a general problem with some platforms where
libncurses
isn't linked withlibtinfo
. Although this report mentions a potential hotfix,ponylang/ponyc#252
I am wondering if it makes sense to just add
tinfo
to the linker step for the Haskellterminfo
package. Thoughts?CC @sireeni
The text was updated successfully, but these errors were encountered: