-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
make fails with link error #39
Comments
Similar problem. The initial error message indicates to recompile libmarkdown with -fPIC.
|
In my case the solution was to add -fPIC to CFLAGS in the discount Makefile before building. |
So when building discount for aarch64 use:
|
The -fPIC flag generates Position Independent Code suitable for use in a shared library. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: