|
|
发表于 2007-1-27 18:34:30
|
显示全部楼层
Post by huzhangyou2002
信仰 15:52:50
LFS教程 6.2 使用LIVECD 6.2.3
编译的时候
成功编译了 binutils
当编译Gcc4.3的时候
出现错误
信仰 15:52:54
找不到文件
wo 15:53:37
还是没有具体到“LFS教程”的某个章节啊
信仰 15:55:29
GCC-3.4.3 - Pass 1
代码:
tar xvf /lfs-sources/gcc-3.4.3.tar.bz2
mkdir -v gcc-build
cd gcc-build
../gcc-3.4.3/configure --prefix=/tools --libexecdir=/tools b \
--with-local-prefix=/tools --disable-nls \
--enable-shared --enable-languages=c
《上面都执行成功》
下面开始 执行失败
make bootstrap
信仰 15:55:42
这里勇的是 GCC 4.03
信仰 15:56:13
5.4. GCC-4.0.3 - 第一遍
信仰 15:56:29
make bootstrap
失败
编译gcc时我第一次时make bootstrap也失败后来用的make就行了没想到成功了^_^
我装的是gcc-4.1.1.tar.bz2 |
|