Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared library support #10

Open
alibasel opened this issue Apr 28, 2023 · 1 comment
Open

Shared library support #10

alibasel opened this issue Apr 28, 2023 · 1 comment

Comments

@alibasel
Copy link

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.

@pymumu
Copy link
Owner

pymumu commented Apr 29, 2023

There is no problem doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants