You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: