-
Notifications
You must be signed in to change notification settings - Fork 185
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
can't make hash_extender on mac os 10.11 #4
Comments
Hey, just wanted to reply and let you know that this is on my radar. I don't have any Apple devices that I can really use, besides borrowing If not, I'll attempt a fix in the next week or two! Ron On Mon, May 9, 2016 at 10:44 PM, DogeWatch [email protected] wrote:
|
In case it's helpful, here's a Makefile I was able to use to compile hash_extender on an M1 Mac. Be sure to install openssl with Homebrew first (
The differences are
|
➜ hash_extender git:(master) ✗ make
[CC] buffer.o
[CC] formats.o
[CC] hash_extender.o
[CC] hash_extender_engine.o
[CC] test.o
[CC] util.o
[LD] hash_extender
Undefined symbols for architecture x86_64:
"_WHIRLPOOL_Final", referenced from:
_whirlpool_hash in hash_extender_engine.o
"_WHIRLPOOL_Init", referenced from:
_whirlpool_hash in hash_extender_engine.o
"_WHIRLPOOL_Update", referenced from:
_whirlpool_hash in hash_extender_engine.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [hash_extender] Error 1
how can I fix it
The text was updated successfully, but these errors were encountered: