Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在检查 ac 程序并想安装 valgrind,然后系统告诉我我还应该安装带有调试符号 libc6-dbg 的 libc6。
现在我的问题是,当我将来用 gcc 编译时,会使用哪个版本的 libc?
如何选择要编译的 libc6?
我不是在问如何安装它,我在 ubuntu 上,所以 apt-get install libc6-dbg 可以解决问题。
libc6-dbg不是独立的库libc6——它是 的调试符号libc6,因此您可以在 libc 中获得准确的回溯。
libc6-dbg
libc6