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

Is there a way to remove the version dependency of GLIBCXX? #14

Open
kero990 opened this issue Mar 5, 2025 · 0 comments
Open

Is there a way to remove the version dependency of GLIBCXX? #14

kero990 opened this issue Mar 5, 2025 · 0 comments

Comments

@kero990
Copy link

kero990 commented Mar 5, 2025

Hello, it's my first time seeing a tool that can remove glibc dependencies, and it's quite an eye-opener for me. Since I am often frustrated with tools that don't work on Debian 10 arm64 devices that I use, I found this tool quite helpful.

However, it seems your tool is only applicable to glibc. So, is there a method to remove version dependencies for libstdc++ as well?
One of my examples is that I have removed the dependency on GLIBC2.29, but I couldn't remove the GLIBCXX_3.4.26 dependency. I had to use --clear-symbol-version, which indeed removed the version restriction, but at runtime, I got an error: symbol lookup error: undefined symbol: _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev.

Once again, thank you for your tool, as it has saved me many times.

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