- 论坛徽章:
- 0
|
我安装的是gcc2.4.3,在config的时候就是这样的:
# ./configure --prefix=/usr/local/gcc-dest
loading cache ./config.cache
checking host system type... i386-pc-sco3.2v5.0.6
checking target system type... i386-pc-sco3.2v5.0.6
checking build system type... i386-pc-sco3.2v5.0.6
checking for a BSD compatible install... ./install-sh -c
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava
(Any other directories should still work fine.)
checking for i386-pc-sco3.2v5.0.6-ar... no
checking for ar... (cached) ar
checking for i386-pc-sco3.2v5.0.6-as... no
checking for as... (cached) as
checking for i386-pc-sco3.2v5.0.6-dlltool... no
checking for dlltool... (cached) dlltool
checking for i386-pc-sco3.2v5.0.6-ld... no
checking for ld... (cached) ld
checking for i386-pc-sco3.2v5.0.6-nm... no
checking for nm... (cached) nm
checking for i386-pc-sco3.2v5.0.6-ranlib... no
checking for ranlib... (cached) :
checking for i386-pc-sco3.2v5.0.6-windres... no
checking for windres... (cached) windres
checking for i386-pc-sco3.2v5.0.6-objcopy... no
然后不管它继续make出这样的错误:
UX:i386acomp: ERROR: "localealias.c", line 164: error: undefined symbol: LOCALEH
UX:i386acomp: WARNING: "localealias.c", line 164: warning: improper pointer/int"
*** Error code 1 (bu21)
*** Error code 1 (bu21)
请假各位大人....我要怎样才能在这上面安装好GCC.....
[ 本帖最后由 cswallow 于 2007-3-22 18:21 编辑 ] |
|