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.
我正在尝试构建 lfs 并使用 musl libc 实现而不是 glibc。Glibc 实际上允许设置 linux 内核头文件的路径(--with-headers,就像那样),但 musl 不允许。
此外 musl 自述文件说如下
用于构建 musl 的系统不需要是基于 Linux 的,Linux 内核头文件也不需要可用。
这怎么可能?libc 应该知道内核中存在哪些功能,并且这些信息通常由标头提供。有什么建议么?
ps:我正在运行fedora 21