-
Notifications
You must be signed in to change notification settings - Fork 620
OpenBSD build issues #229
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
Comments
see #230 |
The |
Don't know. This was just quick and dirty fix to get it running. Will try to find out what can by done on OpenBSD. |
not supported by openbsd's version :-( |
Then there needs to be a replacement. |
Not sure how practical this is but the point of that argument is to localize hidden symbols. OpenBSD's version may not allow a convenient argument like that but it does allow you to specify each symbol via |
Also, without looking at any of the code, does declaring a function static not suffice in this case? |
No, because It'd be great if I could autogenerate such a symbols list from the toplevel |
@andlabs A program using libclang might be up to the task. |
I'm going to add |
Replaced with #308. |
When building static library on OpenBSD current, amd64:
Seems like OpenBSD has old version of objcopy. Removing option
--localize-hidden
fromunix/CMakeLists.txt
fixes it.The text was updated successfully, but these errors were encountered: