|
|
环境:glibc-2.4 lfs 下安装了gcc-4.1.0,安装了blfs书上的4、5、6、7、8、9、10、11章及XFree4.5.0、kde-3.5.1,且按照lfs 6章的配置选项,能顺利完成安装gcc-4.1.0,按照blfs 12章就不能安装gcc-4.1.0。提示如下:
source='../../gcc-4.1.0/libcpp/errors.c' object='errors.o' libtool=no DEPDIR=.de
ps depmode=gcc /bin/sh ../../gcc-4.1.0/libcpp/../depcomp gcc -I../../gcc-4.1.0/
libcpp -I. -I../../gcc-4.1.0/libcpp/../include -I../../gcc-4.1.0/libcpp/include
-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -I..
/../gcc-4.1.0/libcpp -I. -I../../gcc-4.1.0/libcpp/../include -I../../gcc-4.1.0/l
ibcpp/include -c ../../gcc-4.1.0/libcpp/errors.c
In file included from /usr/include/sys/types.h:270,
from ../../gcc-4.1.0/libcpp/system.h:169,
from ../../gcc-4.1.0/libcpp/errors.c:27:
/usr/include/bits/pthreadtypes.h:69: warning: unnamed struct/union that defines
no instances
gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [errors.o] Error 1
make[1]: Leaving directory `/usr/local/games/gcc-build/libcpp'
make: *** [all-libcpp] Error 2
求教是什么问题?如何解决? |
|