Skip to content

Incorrect build flag (-DPIC) in Makefile.in #684

Description

@sgbeal

The 1.2.12 build fails to link on Linux x64 (specifically, Mint 20.3 with clang 10) because the build uses -DPIC instead of -fPIC. Insofar as i grep can see, there is no macro named "PIC" used by the source files, so this appears to be a typo in Makefile.in. Globally replacing -DPIC with -fPIC fixes the build.

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