Hi all I tried to compile parqut-cpp as decribed here: https://tutorials.technology/tutorials/21-how-to-compile-and-install-arrow-from-source-code.html
on "Debian GNU/Linux 8 (jessie)" It works but at the last step it says: /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libboost_system-mt.a(error_code.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC It seems to be simple: I have to use the -fPIC option. I already inserted CMAKE_CXX_FLAGS:STRING=-fPIC into each CMakeCache.txt. It does not help. I hope you have some experiences with that an you can help me. Is it possible it has to dowith libboost_system-mt.a? Thank you in advance Jörg
