Skip to content
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

Unable to build on aarch64-apple-darwin #134

Open
jkcoxson opened this issue Apr 19, 2022 · 0 comments
Open

Unable to build on aarch64-apple-darwin #134

jkcoxson opened this issue Apr 19, 2022 · 0 comments

Comments

@jkcoxson
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant