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
Building for Android:
5, Call make in the build directory. You can find the build executables and libraries in the directories bin/ and lib/, respectively.
I have some problems:
/usr/bin/ld: ../../lib/libencrypto_utils.a(socket.cpp.o): relocation R_X86_64_TPOFF32 against symbol _ZN5boost4asio6detail15keyword_tss_ptrINS1_10call_stackINS1_14thread_contextENS1_16thread_info_baseEE7contextEE6value_E' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: ../../lib/libotextension.a(iknp-ot-ext-rec.cpp.o): relocation R_X86_64_PC32 against symbol _ZTV6BaseOT' 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
make[2]: *** [src/abycore/CMakeFiles/aby.dir/build.make:321: lib/libaby.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:195: src/abycore/CMakeFiles/aby.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
thanks for answer!!
The text was updated successfully, but these errors were encountered:
Building for Android:
5, Call make in the build directory. You can find the build executables and libraries in the directories bin/ and lib/, respectively.
I have some problems:
/usr/bin/ld: ../../lib/libencrypto_utils.a(socket.cpp.o): relocation R_X86_64_TPOFF32 against symbol
_ZN5boost4asio6detail15keyword_tss_ptrINS1_10call_stackINS1_14thread_contextENS1_16thread_info_baseEE7contextEE6value_E' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: ../../lib/libotextension.a(iknp-ot-ext-rec.cpp.o): relocation R_X86_64_PC32 against symbol
_ZTV6BaseOT' 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
make[2]: *** [src/abycore/CMakeFiles/aby.dir/build.make:321: lib/libaby.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:195: src/abycore/CMakeFiles/aby.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
thanks for answer!!
The text was updated successfully, but these errors were encountered: