You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: