Собираю LFS 6.8, споткнулся на конфигурировании пакета Binutils-2.21, предыдущие шаги (вроде как) успешно пройдены. http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-chapter05-09.html
в ответ на команду
CC="$LFS_TGT-gcc -B/tools/lib/" \
AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \
../binutils-2.21/configure --prefix=/tools \
--disable-nls --with-lib-path=/tools/lib
от выдаёт
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... LFS_TGT-gcc -B/tools/lib/
checking for C compiler default output file name...
configure: error: in `/mnt/lfs/sources/lfs/binutils-build':
configure: error: C compiler cannot create executables
See `config.log' for more details.
config.log доступен тут ЧЯДНТ?