Skip to content

Missing link library tinfo on arm64 #32

Open
@leetonidas

Description

I crosscompiled to arm64 debian bookworm and came across a linker error:
ld.lld: error: undefined symbol: tputs

some other symbols were missing as well. Adding tinfo as a target link libarary fixes these compile errors.

I added target_link_libraries(lua PUBLIC tinfo) just below target_link_libraries(lua PUBLIC readline).

I can create a pull request if you prefer it that way.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions