|
各位前辈,请教了:
我在用LFS 6.3的Live-CD按照官网的手册构建LFS6.8 RC-1,但是在第一次编译gcc的时候就开始遇到问题了。
编译参数如下:
CC="gcc -B/usr/gcc" ../gcc-4.5.2/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-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs \
--without-ppl --without-cloog
如果不加CC的话configure都过不去,加了后能通过,但是make的时候在libgcc的时候报错:
checking for suffix of object files... configure error in 'mnt/temp/gb/i686-lfs-linux-gnu/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
恳请各位前辈指点下小的吧~~ |
|