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
I am encountering issues with the archiver that ships with brew, it throws this error:
ar: warning: creating apps/libapps.a ranlib: error: Invalid option: '-c' ar: warning: creating libcrypto.a ar: warning: creating libssl.a ranlib: error: Invalid option: '-c'ranlib : error: Invalid option: '-c' ranlib: error: Invalid option: '-c' make: *** [install_dev] Error 1 thread 'main' panicked at ' Error installing OpenSSL: Command: "make" "install_dev" Exit status: exit status: 2 ', /Users/jacksoncoxson/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-src-111.18.0+1.1.1n/src/lib.rs:479:13
I am on the latest MacOS, M1 Air. rustc version 1.59.0
ranlib/ar version Homebrew LLVM version 13.0.1 This works correctly for cross compiling to other targets, but building natively fails.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am encountering issues with the archiver that ships with brew, it throws this error:
I am on the latest MacOS, M1 Air.
rustc version 1.59.0
ranlib/ar version Homebrew LLVM version 13.0.1
This works correctly for cross compiling to other targets, but building natively fails.
The text was updated successfully, but these errors were encountered: