-
Notifications
You must be signed in to change notification settings - Fork 95
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
home-brew install fails on High Sierra #73
Comments
I pushed some minor fixes to https://github.com/PJK/homebrew-libcbor to make the formula compatible with the latest homebrew, but I doubt that solves the root cause of your issue. Could you please try |
Maybe I don't understand Mac builds well enough, but the surprising part is that src/libcbor.a consists of .o files of the form:
|
I know next to nothing about OSX details, but I believe the reason this doesn't emit plain object files (if that is what you're alluding) is that LTO is enabled for release builds which triggers this behavior in clang (https://github.com/mull-project/mull/blob/master/Docs/HowToGetLLVMBitcode.md). |
If the above is the real cause, it will be solved by Homebrew/homebrew-core#50588 |
Lots of undefined references in building some of the examples:
The text was updated successfully, but these errors were encountered: