Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

glog can't be compiled using Android NDK r16 #306

@daquexian

Description

@daquexian

When glog is built by Android NDK r15 or r14, there will be an error undefined reference to 'stderr'(like this issue) when glog is built as static library and linked to other programs. Please refer to this document. As shown in above document, this error can be avoided by adding a specific flag. But in Android NDK r16 there is no such flag. So glog can't be built by NDK r16.

Are there any ways to solve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions