-
Notifications
You must be signed in to change notification settings - Fork 199
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
Error when running cd kyber/ref && make shared
#52
Comments
cd kyber/ref && Make
cd kyber/ref && Make shared
cd kyber/ref && Make shared
cd kyber/ref && make shared
Hi, I had same issue. If you installed openssl by using homebrew. You can use following FLAGS: export CFLAGS="-I/opt/homebrew/opt/[email protected]/include" These flags can help you but not to me. I have another issue after specified flags correctly. pcs@pcs-MacBook-Air avx2 % make |
When I am running the follow command:
cd kyber/ref && make shared
, I got this message:I installed openSSL (I am on MacOS) and exported this flags:
What's the issue?
Thanks
The text was updated successfully, but these errors were encountered: