lfs7.6,第一次编译gcc-4.9.1源码,出错:? 400 报错
lfs7.6,第一次编译gcc-4.9.1源码,出现问题:
make[4]: Leaving directory `/mnt/lfs/sources/gcc-build/x86_64-unknown-linux-gnubgcc'
make[3]: Leaving directory `/mnt/lfs/sources/gcc-build/x86_64-unknown-linux-gnubgcc'
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build'
make[2]: Entering directory `/mnt/lfs/sources/gcc-build'
make[3]: Entering directory `/mnt/lfs/sources/gcc-build'
rm -f stage_current
make[3]: Leaving directory `/mnt/lfs/sources/gcc-build'
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build'
make[2]: Entering directory `/mnt/lfs/sources/gcc-build'
Configuring stage 2 in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking whether NLS is requested... no
checking for msgfmt... /bin/msgfmt
checking for gmsgfmt... /bin/msgfmt
checking for xgettext... /bin/xgettext
checking for msgmerge... /bin/msgmerge
checking for x86_64-unknown-linux-gnu-gcc... /mnt/lfs/sources/gcc-build/./prev-gcc/xgcc -B/mnt/lfs/sources/gcc-build/./prev-gcc/ -B/tools/x86_64-unknown-linux-gnu/bin/ -B/tools/x86_64-unknown-linux-gnu/bin/ -B/tools/x86_64-unknown-linux-gnub/ -isystem /tools/x86_64-unknown-linux-gnu/include -isystem /tools/x86_64-unknown-linux-gnu/sys-include
checking for C compiler default output file name...
configure: error: in `/mnt/lfs/sources/gcc-build/intl':
configure: error: C compiler cannot create executables
See `config.log' for more details.
make[2]: *** [configure-stage2-intl] Error 77
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2
root:/mnt/lfs/sources/gcc-build# make install
make[1]: Entering directory `/mnt/lfs/sources/gcc-build'
/bin/sh ../gcc-4.9.1/mkinstalldirs /tools /tools
make[2]: Entering directory `/mnt/lfs/sources/gcc-build/fixincludes'
make[2]: *** No rule to make target `install'. Stop.
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/fixincludes'
make[1]: *** [install-fixincludes] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [install] Error 2