overoot 发表于 2005-5-2 22:49:13

安装gcc 3.3.3出现问题,大家帮我看下,谢谢

../gcc-3.3.3/./configure --prefix=/static --with-local-prefix=/static --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-languages=c --disable-nls

make BOOT_LDFLAGS=-static boostarp
错误信息如下:
In file included from ../../gcc-3.3.3/gcc/crtstuff.c:62:
../../gcc-3.3.3/gcc/tsystem.h:72:19: stdio.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:75:23: sys/types.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:78:19: errno.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:85:20: string.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:89:20: stdlib.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:90:20: unistd.h: No such file or directory
In file included from include/syslimits.h:7,
               from include/limits.h:11,
               from ../../gcc-3.3.3/gcc/tsystem.h:93,
               from ../../gcc-3.3.3/gcc/crtstuff.c:62:
include/limits.h:122:75: no include path in which to find limits.h
In file included from ../../gcc-3.3.3/gcc/crtstuff.c:62:
../../gcc-3.3.3/gcc/tsystem.h:96:18: time.h: No such file or directory
../../gcc-3.3.3/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../gcc-3.3.3/gcc/crtstuff.c:277: warning: passing arg 1 of `__deregister_frame_info_bases' discards qualifiers from pointer target type
../../gcc-3.3.3/gcc/crtstuff.c: In function `frame_dummy':
../../gcc-3.3.3/gcc/crtstuff.c:313: warning: passing arg 1 of `__register_frame_info_bases' discards qualifiers from pointer target type
make: *** Error 1
make: *** Error 2
make: *** Error 2
就差gcc了。我都快急死了

BOoRFGOnZ 发表于 2005-5-3 20:24:33

再下一个
页: [1]
查看完整版本: 安装gcc 3.3.3出现问题,大家帮我看下,谢谢