当在Docker容器中从源构建GCC时,我会得到错误
GCC
没有这样的文件或目录.
发布于 2022-02-04 00:20:31
您需要通过apk add linux-headers安装Linux头。
apk add linux-headers
相关:asm vs asm-generic in linux headers -- are they same
https://stackoverflow.com/questions/70980064
相似问题