Skip to content

Linking error, -fPIC option required #38

@commandus

Description

@commandus

When I tried to make a shared library uses libecec.a, ar shows error with explanation to use -fPIC options on libecec.a so I fixed it by adding line:

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

into cmake file.

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