What the -fpic flag does? I want to install a library (OpenSFM) and it is stated that it will need the Ceres Solver built and installed with the -fPIC compilation flag.
The problem is I already installed the Ceres Solver without the -fPIC flag and other library already depended on it. How can I solve this?