求助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%
有没有高手知道是怎么回事啊? 谢谢!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
这不是linux
DEC的OSF1,不是Linux
哦,那是 Unix 吗? 那这上面可以安装 gcc 吗?
恩,是一种UNIX。
貌似可以装gcc
看了一下gcc的ml,需要自己修改一下gcc支持代码,比较麻烦。DEC没有提供自己的编译器吗?