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
Hi, how can I static link seasocks? I did not found anything on the documentation..
I have tried this: LIBRARIES = -lm /home/user/seasocks/build/src/main/c/libseasocks.a
but getting these errors:
/usr/bin/ld: /home/user/seasocks/build/src/main/c/libseasocks.a(Server.cpp.o): relocation R_X86_64_PC32 against symbol `_ZTVN8seasocks6ServerE' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
I suppose there is an extra step when I'm building seasocks?
The text was updated successfully, but these errors were encountered:
Hi, how can I static link seasocks? I did not found anything on the documentation..
I have tried this:
LIBRARIES = -lm /home/user/seasocks/build/src/main/c/libseasocks.a
but getting these errors:
I suppose there is an extra step when I'm building seasocks?
The text was updated successfully, but these errors were encountered: