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
Problem: Uri/v1.0.1/lib/libnetwork-uri.a(uri.cpp.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
You probably want to make this conditional behind an option that’s
defaulted to “on”. Some platforms/builds don’t need nor want position
independent code.
Problem:
Uri/v1.0.1/lib/libnetwork-uri.a(uri.cpp.o): relocation R_X86_64_32 against .rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
Solution:
set_property(TARGET network-uri PROPERTY POSITION_INDEPENDENT_CODE ON)
The text was updated successfully, but these errors were encountered: