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
im trying to build pcompress on os x and i get
/usr/local/bin/yasm -f macho64 --prefix=_ -f macho64 -X gnu -p gas --prefix=_ crypto/keccak/KeccakF-1600-x86-64-gas_yasm.s -o crypto/keccak/KeccakF-1600-x86-64-gas_yasm.o make: *** [crypto/keccak/KeccakF-1600-x86-64-gas_yasm.o] Segmentation fault: 11
The text was updated successfully, but these errors were encountered:
same here, tried updating yasm to 1.3.0 but had the same result.
Sorry, something went wrong.
It is a known issue with yasm. I will post a patched yasm that can be used to build. I have submitted an upstream yasm bug, but no response.
I have a patched yasm-1.2.0 here: http://sourceforge.net/projects/belenix/iles/yasm-1.2.0-patched.tar.bz2/download
Please try to build with this yasmon OS/X
@yannick @jwilkins Homebrew/legacy-homebrew#29388
No branches or pull requests
im trying to build pcompress on os x and i get
The text was updated successfully, but these errors were encountered: