Make

LFS 7.8 - “make”中的 Pass1 GCC 5.2.0 錯誤

  • December 6, 2019

我正在開發 LFS 7.8。

在 Pass1 GCC 5.2.0 編譯中,“make”中有一個錯誤:

configure: error: in `/mnt/lfs/sources/gcc-build/x86_64-lfs-linux-gnu/libvtv':
configure: error: C compiler cannot create executables
See `config.log' for more details.
make[1]: *** [configure-target-libvtv] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2

主機系統為 CentOS 7,GCC 版本為 4.8.5

附上 Config.log config.log

最後,在 gcc 的配置命令中使用 –disable-libvtv 解決了問題,然後執行 make 和 make install。

引用自:https://unix.stackexchange.com/questions/555762