Skip to content

error: version script assignment of 'local' to symbol 'gz_intmax' failed: symbol not defined #856

@AbduSharif

Description

@AbduSharif

With NDK 26-rc1, Zlib fails to compile for this:

ld.lld: error: version script assignment of 'local' to symbol 'gz_intmax' failed: symbol not defined

Reason was most likely was:
https://reviews.llvm.org/D135402

That means, the error (for now) could be ignored with passing this:

 -Wl,--undefined-version

Metadata

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