Skip to content
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

Встроить libatomic1 в libnode #1

Open
SEVA77 opened this issue Nov 17, 2024 · 1 comment
Open

Встроить libatomic1 в libnode #1

SEVA77 opened this issue Nov 17, 2024 · 1 comment

Comments

@SEVA77
Copy link
Owner

SEVA77 commented Nov 17, 2024

В дистрибутивах linux может отсутствовать библиотека libatomic1, из-за чего пользователям приходится ее доустанавливать отдельно. Ишью: SEVA77/circuitjs1#20

Т.к. NaCl отключен, единственная встроеная утилита, которой нужен libatomic1 - node.js. В конфигах уже прописано встраивание этой библиотеки:

      ['OS == "linux" and llvm_version != "0.0"', {
        'libraries': ['-latomic'],
      }],

Но видимо мешает условие llvm_version != "0.0" и необходимо это проверить.

@SEVA77
Copy link
Owner Author

SEVA77 commented Jan 2, 2025

Не помогает. Ошибка остается. Но еще есть варианты ковырять исходники.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant