Open kallisti5 opened 3 years ago
Compiling, disabling the tests and examples fixes the wall of fPIC errors...
cmake -S. -Bbuild -DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF
cmake --build build -j16
That's curious, I don't think we do anything special on the package, that should cause this. Definitely not intentional.
yeah.. it's a weird one. I can "force" fPIC via CMAKE_CXX_FLAGS/CMAKE_LD_FLAGS in the examples to solve it there.
cmake 3.19.4
global fPIC is on, however..
-fPIC only shows up on the shared library. The build fails due to fPIC issues between boost and various matrix components.