LFS 7.8 - 「make」のPass1 GCC 5.2.0エラー

LFS 7.8 - 「make」のPass1 GCC 5.2.0エラー

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です。

添付構成ログ 構成ログ

ベストアンサー1

最後に、gccの設定コマンドで--disable-libvtvを使用して問題を解決し、makeとmake installを実行します。

おすすめ記事