免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: Law
打印 上一主题 下一主题

急!我在hp上装gcc,可是装好了不知道在那里去了!! [复制链接]

论坛徽章:
0
21 [报告]
发表于 2002-12-30 13:09 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

  binutils                      2.11.2         binutils
gcc                           3.2            gcc
在那里可以下载的到你说的哪几个依赖的包阿?hp的斑竹说过只要装了上面两个就可以了。我装gcc其实只是为了再hp上能够编译东西,如果有acc哪就最好不过了!

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
22 [报告]
发表于 2002-12-30 13:23 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

http://hpux.cs.utah.edu/hppd/hpux/

这个网址有hp所有的开放源码的软件包,很不错,而且有查询功能。每个包的依赖关系都描述的很清楚。你自己看看

论坛徽章:
0
23 [报告]
发表于 2002-12-30 18:12 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

  谢谢,我看到了,左边是gcc3。2,右边是gdb-5。2。1

gdb是什么东西啊,你装了么?

论坛徽章:
0
24 [报告]
发表于 2002-12-30 21:24 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

  我把gdb下载下来了,安装他的时候出错的类型和装gcc一摸一样啊。我有发现上次用swlist看到的gcc安装信息是假的,安装的时候系统先把安装信息加入到系统中去,如果出错了的话是不会自动帮你清除的。下面是安装gdb的log

=======  12/30/02 21:15:55 EAT  BEGIN install AGENT SESSION (pid=566)
         (jobid=hzjy-0265)

       * Agent session started for user "root@hzjy". (pid=566)

       * Beginning Analysis Phase.
       * Source:           hzjy:/oracle/gccgz/gdb-5.2.1-sd-11.00.depot
       * Target:           hzjy:/
       * Target logfile:   hzjy:/var/adm/sw/swagent.log
       * Reading source for product information.
       * Reading source for file information.
       * Executing preDSA command.
NOTE:    The used disk space on filesystem "/usr" is estimated to
         increase by 22294 Kbytes.
         This will leave 423913 Kbytes of available user disk space
         after the installation.
NOTE:    The used disk space on filesystem "/var" is estimated to
         increase by 8 Kbytes.
         This will leave 1311158 Kbytes of available user disk space
         after the installation.

       * Summary of Analysis Phase:
       * 1 of 1 filesets had no Errors or Warnings.
       * The Analysis Phase succeeded.


       * Beginning the Install Execution Phase.
       * Filesets:         1
       * Files:            45
       * Kbytes:           22170
       * Installing fileset "gdb.gdb-RUN,r=5.2.1" (1 of 1).
ERROR:   Could not access remote file "/usr/local/bin/gdb" in software
         item
         "gdb.gdb-RUN,r=5.2.1,a=HP-UX_B.11.00_700/800,v=:/usr/local"
         due to an internal error on the remote system.
ERROR:   Failed installing fileset "gdb.gdb-RUN,r=5.2.1".  Check the
         above output for details.
       * Retry number 1 of 1 for loading files for fileset
         "gdb.gdb-RUN,r=5.2.1".
       * Installing fileset "gdb.gdb-RUN,r=5.2.1" (1 of 1).
ERROR:   Could not access remote file "/usr/local/bin/gdb" in software
         item
         "gdb.gdb-RUN,r=5.2.1,a=HP-UX_B.11.00_700/800,v=:/usr/local"
         due to an internal error on the remote system.
ERROR:   Failed installing fileset "gdb.gdb-RUN,r=5.2.1".  Check the
         above output for details.
NOTE:    The Install Phase has suspended.  Check the above output for
         reasons.

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
25 [报告]
发表于 2002-12-31 20:15 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

下面引用由Law2002/12/30 06:12pm 发表的内容:
谢谢,我看到了,左边是gcc3。2,右边是gdb-5。2。1
gdb是什么东西啊,你装了么?
gcc和gdb本身没有关系亚。url如下:http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.2/

看这行,
Dependencies: bison flex make
很清楚呀,是依赖bison,flex,make.

BTW:gdb我装了,没问题。

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
26 [报告]
发表于 2002-12-31 20:16 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

我想问一下,你的安装命令怎么写的,给我看看。

论坛徽章:
0
27 [报告]
发表于 2003-01-01 18:36 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

  我安装的是hp编译好了的
swinstall -s /oracle/gxxgz/...depot

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
28 [报告]
发表于 2003-01-01 22:53 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

我安装的方式,假如gcc在当前目录下,命令如下:

swinstall -s `pwd`/gcc*.depot gcc

论坛徽章:
0
29 [报告]
发表于 2003-01-02 11:31 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

可以用*这个通配符号么??

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
30 [报告]
发表于 2003-01-02 16:43 |只看该作者

急!我在hp上装gcc,可是装好了不知道在那里去了!!

可以亚,没有关系的
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP