-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Compiling nodejs 10.0.0 issue, centos 6 #20471
Comments
nasm is only required on Windows. For Unix-like systems GNU assembler (gas) 2.23 or higher is required: https://github.com/nodejs/node/blob/v10.0.0/BUILDING.md#openssl-asm-support |
Thanks for the source. I started with as . No luck: as -v ./configure |
That's being covered by #20394. |
Ok, Thanks. |
Closing since this is already being tracked. |
if you're going to close it because it's already tracked would you mind including the link to the issue where it's tracked? This is high in the search results for the error I'm getting but there is no useful info here. |
found it.. but you should edit the closing message |
@arena: or maybe you may post the link in if you are complaining about other not sharing it and you doing exactly the same? 😆 |
Is anybody going to post the link? I am getting: "ERROR: Did not find a new enough assembler, install one or build with I am trying to install through MSYS2 on Windows using pacman, following these installation instructions: https://github.com/fmoro/vs64tass I have updated MSYS2 with the latest GCC and nasm. What do I need to do to install node? |
Hi,
Centos6, nasm 2.13.03 (compiled from sources, custom path, exported into PATH)
It looks like configure does not take into consideration the new format of "2.13.03" (Superficial look at the code)
nasm -v
NASM version 2.13.03 compiled on May 2 2018
./configure
ERROR: Did not find a new enough assembler, install one or build with
--openssl-no-asm.
Please refer to BUILDING.md
The text was updated successfully, but these errors were encountered: