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
./configure && make fails at this step on Ubuntu:
./configure && make
configure: WARNING: "Architecture x86_64: Building libargon2 with optimizations" ./configure: line 14658: syntax error near unexpected token `-march=native,' ./configure: line 14658: `AX_CHECK_COMPILE_FLAG(-march=native,' make: *** [Makefile:658: config.status] Error 2
The text was updated successfully, but these errors were encountered:
Commenting out the AC_CHECK_COMPILE block fixes this temporarily.
AC_CHECK_COMPILE
Sorry, something went wrong.
I think you just need to install autoconf-archive, see urbit/vere#524. If so, that shouldn't be noted in the instructions here.
autoconf-archive
No branches or pull requests
./configure && make
fails at this step on Ubuntu:The text was updated successfully, but these errors were encountered: