|
发表于 2002-12-6 23:39:51
|
显示全部楼层
我在LFS的FAQ里找到了你问题的答案:
The problem is usually that the script can't run the compiler. Usually it's just a missing /usr/bin/cc symlink. You can fix it like this:
cd /usr/bin
ln -s gcc cc
If that doesn't do it, check the file config.log created by configure. Errors go there and may indicate the problem. |
|