求助gcc的安装问题 谢谢

发布于 2022-09-19 13:53:09 字数 2441 浏览 9 评论 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%

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

诠释孤独 2022-09-26 13:53:09

这不是linux

吾家有女初长成 2022-09-26 13:53:09

DEC的OSF1,不是Linux

夜访吸血鬼 2022-09-26 13:53:09

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

从﹋此江山别 2022-09-26 13:53:09

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

终难愈 2022-09-26 13:53:09

看了一下gcc的ml,需要自己修改一下gcc支持代码,比较麻烦。DEC没有提供自己的编译器吗?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文