|
发表于 2003-3-5 15:19:08
|
显示全部楼层
在lfs的邮件列表里有人和你的问题一模一样,回答是:
i encountered this problem when using -O3 for optimization of gcc in chapter 5.
try removing that only for gcc and glibc's configure should be able to finish properly.
还有:
On Tue, Feb 05, 2002 at 02:02:55PM -0600, Thomas T. Veldhouse wrote:
> As an answer to myself. It appears to be caused by my CFLAGS being set to
> "-O3" versus just "-O" that I have always used. Hmm -- I though -O3 was
> just supposed to optimize for speed. It appears that it did the exact
> opposite ;)
Run with -O2, and check if you created /dev/null.
看来都是优化参数的问题。你先问问hgkrt兄的static有没有用优化吧。 |
|