steelan 发表于 2008-07-21 14:25

求助gcc的安装问题 谢谢

刚接触 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%

有没有高手知道是怎么回事啊?谢谢!

cjaizss 发表于 2008-07-21 15:34

这不是linux

prolj 发表于 2008-07-21 16:36

DEC的OSF1,不是Linux

steelan 发表于 2008-07-22 10:34

哦,那是 Unix 吗? 那这上面可以安装 gcc 吗?

cjaizss 发表于 2008-07-22 11:07

回复 #4 steelan 的帖子

恩,是一种UNIX。
貌似可以装gcc

prolj 发表于 2008-07-22 12:07

看了一下gcc的ml,需要自己修改一下gcc支持代码,比较麻烦。DEC没有提供自己的编译器吗?
页: [1]
查看完整版本: 求助gcc的安装问题 谢谢