- 论坛徽章:
- 0
|
刚接触 Linux ,许多问题都不懂。
单位的服务器是很老的了,用 uname -a 查看版本,显示 OSF1 iocn06 V4.0 732 alpha ,不知道是什么版本?
在上面安装 gcc-3.4.6 过程中,出错了。configure 好象就没有成功,但是还是生成了 Makefile 。make 之后提示语法错误。
下面是编译过程的提示
iocn06:d02/jsyh35/liubin/picinstall/gcc-3.4.6% ./configure
loading cache ./config.cache
checking host system type... alphaev6-dec-osf(rev.
checking target system type... alphaev6-dec-osf(rev.
checking build system type... alphaev6-dec-osf(rev.
checking for a BSD compatible install... ./install-sh -c
checking for alphaev6-dec-osf(rev.-ar... no
checking for ar... (cached) ar
checking for alphaev6-dec-osf(rev.-as... no
checking for as... (cached) as
checking for alphaev6-dec-osf(rev.-dlltool... no
checking for dlltool... (cached) dlltool
checking for alphaev6-dec-osf(rev.-ld... no
checking for ld... (cached) ld
checking for alphaev6-dec-osf(rev.-nm... no
checking for nm... (cached) nm
checking for alphaev6-dec-osf(rev.-ranlib... no
checking for ranlib... (cached) ranlib
checking for alphaev6-dec-osf(rev.-windres... no
checking for windres... (cached) windres
checking for alphaev6-dec-osf(rev.-objcopy... no
checking for objcopy... (cached) objcopy
checking for alphaev6-dec-osf(rev.-objdump... no
checking for objdump... (cached) objdump
checking for alphaev6-dec-osf(rev.-ar... no
checking for ar... (cached) ar
checking for alphaev6-dec-osf(rev.-as... no
checking for as... (cached) as
checking for alphaev6-dec-osf(rev.-dlltool... no
checking for dlltool... (cached) dlltool
checking for alphaev6-dec-osf(rev.-ld... no
checking for ld... (cached) ld
checking for alphaev6-dec-osf(rev.-nm... no
checking for nm... (cached) nm
checking for alphaev6-dec-osf(rev.-ranlib... no
checking for ranlib... (cached) ranlib
checking for alphaev6-dec-osf(rev.-windres... no
checking for windres... (cached) windres
checking whether to enable maintainer-specific portions of Makefiles... no
creating ./config.status
creating Makefile
iocn06:d02/jsyh35/liubin/picinstall/gcc-3.4.6% make
Make: Makefile, line 21954: syntax error. Stop.
iocn06:d02/jsyh35/liubin/picinstall/gcc-3.4.6%
有没有高手知道是怎么回事啊? 谢谢! |
|