Hi
I am getting a linker error when I try to build a shared library with static linking of the Android IPP libraries for x86_64 (intel64):
Android/Sdk/ndk-bundle/build//../toolchains/x86_64-4.9/prebuilt/windows-x86_64/lib/gcc/x86_64-linux-android/4.9.x/../../../../x86_
64-linux-android/bin\ld: error: libipps.a(pscosm7l9as_y8.o): requires dynamic R_X86_64_PC32 reloc against 'y8_ownsCosOne_m7y8' w
hich may overflow at runtime; recompile with -fPIC
Same build for x86 (32-bit) works just fine.
Any hint ?