We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Brian,
I am trying to link with a static libaray in makekitbuild environment and I get the following error:
relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
Recompiling the static library with -fPIC is out of question. How to fix this problem.
Thanks R.K
The text was updated successfully, but these errors were encountered:
Objects linked into a shared library must be PIC. This is not a restriction imposed by MakeKit specifically.
Sorry, something went wrong.
No branches or pull requests
Hi Brian,
I am trying to link with a static libaray in makekitbuild environment and I get the following error:
relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
Recompiling the static library with -fPIC is out of question. How to fix this problem.
Thanks
R.K
The text was updated successfully, but these errors were encountered: