|
make的时候出现
checking for library containing strerror... configure: errorink tests are not allowed after GCC_NO_EXECUTABLES.
make[1]***[configure-target-libiberty] Error 1
make [1]eaving directory '/mnt/lfs/sources/gcc-build'
make:*** [all] Error 2
这个是什么问题啊 编译GCC已经出了很多问题了 郁闷
../gcc-4.5.1/configure \
--target=$LFS_TGT --prefix=/tools \
--disable-nls --disable-shared --disable-multilib \
--disable-decimal-float --disable-threads \
--disable-libmudflap --disable-libssp \
--disable-libgomp --enable-languages=c \
--with-gmp=/tools/init --with-mpfr=/tools/init \
--with-mpc=/tools/ini \
--without-ppl --without-cloog
这个是当时用的参数 |
|