我在构建几乎所有 GNU 程序时都遇到了问题。我尝试使用以下方法构建 Binutils 或 GCC:
./configure
make
make install
Run Code Online (Sandbox Code Playgroud)
然而,./configure似乎总是抛出错误:
configure: error: in `/home/user/Desktop/binutils-2.28':
configure: error: C compiler cannot create executables
See `config.log' for more details.
Run Code Online (Sandbox Code Playgroud)
Binutils 和 GCC 上都会发生这种情况。我尝试了其他问题和文章中的所有内容,但没有解决问题......
我主要寻求 GCC 方面的帮助,因为我最需要这个。(Binutils 已预装在我的系统上。)
++++ GCC 的 Config.log 输出 ++++