|
|
安装完 Binutils-2.14 - 第二遍的之后
安装 Gawk-3.1.3
./configure --prefix=/tools
出现这个问题
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for egrep... grep -E
checking for bison... bison -y
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output... configure:error: C compiler cannot creat executables
See 'config.log' for more details
我该怎么设置这个环境变量呢
我用type gcc 结果是 gcc is /tools/bin/gcc
gcc --versiong 结果是 gcc (GCC) 3.3.1
第一次搞LFS,帮帮忙 |
|