Skip to content

Shared library support #10

@alibasel

Description

@alibasel

Hello,

I have used tlog, by converting it to a so shared library, with a few programs and didn't see any problems.
Is there actually any inconveniences for that?

gcc -O3 -Wall -fpic -c tlog.c -o tlog.o
gcc -shared -o libtlog.so tlog.o -pthread

Thank you.

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