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

GLIBCXX_3.4.20 not found #577

Open
peterreji opened this issue Jul 5, 2023 · 1 comment
Open

GLIBCXX_3.4.20 not found #577

peterreji opened this issue Jul 5, 2023 · 1 comment

Comments

@peterreji
Copy link

while i was trying to install version 4.7.1, I'm getting the following error

@curlconverter/[email protected] install node_modules/@curlconverter/tree-sitter
prebuild-install || node-gyp rebuild

prebuild-install warn install /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by node_modules/@curlconverter/tree-sitter/build/Release/tree_sitter_runtime_binding.node) make: Entering directory node_modules/@curlconverter/tree-sitter/build'
CC(target) Release/obj.target/tree_sitter/vendor/tree-sitter/lib/src/lib.o
AR(target) Release/obj.target/tree_sitter.a
COPY Release/tree_sitter.a
CXX(target) Release/obj.target/tree_sitter_runtime_binding/src/binding.o
g++: error: unrecognized command line option ‘-std=c++17’
make: *** [Release/obj.target/tree_sitter_runtime_binding/src/binding.o] Error 1

@verhovsky
Copy link
Member

What's the output of

g++ --version

on your system? You're probably just using an old version of GCC and you'll have to update if you want to install curlconverter.

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

No branches or pull requests

2 participants