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.
我如何知道 gcc 或 binutils 的 glibc 的最小版本是什么?
问候。
binutils 通常没有最低 glibc 要求,因为它没有太多特定于 glibc 的细节。它只是一个低级工具的集合,如汇编器、链接器和 objdumper,所有这些工具都构建在 binutils 中包含的代码之上。
gcc 是另一种野兽——它需要了解有关 C 库功能的私密细节。在您拥有的特定版本的 gcc 中,请查阅INSTALL/index.html文件(尤其是先决条件页面)以了解要求。
INSTALL/index.html