|
|
我在debian x86_64位机器上面编译gcc,开始编译的binutils-2.16.1编译通过了,我是按照Linux From Scratch -版本6.2编译的
编译 gcc 时候 configure步骤能够通过,但是make bootstrap或者make的时候出错
主要的错误为:
/tools/x86_64-unknown-linux-gnu/bin/ld:skipping incompatible /usr/lib/libc.a when searching for -lc
/tools/x86_64-unknown-linux-gnu/bin/ls : cannot find -lc
接下来 make install 就不行了 |
|