本帖最后由 thousand19 于 2012-08-02 14:30 编辑 求助hpux11.31 64位系统要怎么安装ace6.0
by thousand19 - HP-UX - 2012-08-02 17:59:19 阅读(2029) 回复(1)
ace5.5在hpux 11.23 for Itanium下的安装。 环境: ia64 HP Server rx3600 编译器: aCC6.10 +PHSS36345+PHSS36343 下面的步骤都是以root用户身份操作。 1.从 http://www.riverace.com 上下载ace55SRC.tar.gz。 (你可以download到window上,然后用ftp传到hpux上。) 2.解压缩到/usr/local下,产生目录ace_wrappers。 命令: gunzip ace55SRC.tar.gz tar -xvf ace55SRC.tar 3,设置环境变量。在.profile中输入一...
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93926/showart_1875737.html
最近打算开始学习Linux下的C++程序开发,经过几天的搜索,发现ace这套框架不错,最主要的是能够跨平台。不过在安装的过程中还是走了不少的弯路,在此记录下来。一、下载安装包 下载地址: 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93926/showart_1872619.html
一、下载安装包 下载地址: http://download.dre.vanderbilt.edu/ 由于我只需要使用ace,因此我只下载了ace.tar.gz 二、安装前的配置 首先把文件解压,我解压在了/Software文件夹下,解压后会出现一个名字为ace_wrappers的文件夹。这样所有ace的源文件都在/Software/ace_wrappers里面 配置环境变量: # vi /etc/profile 增加如下的内容 ace_ROOT=/Software/ace_wrappers ------就是上面存放ace源文件的目录 export ace_R...
一、下载安装包 下载地址: http://download.dre.vanderbilt.edu/ 由于我只需要使用ace,因此我只下载了ace.tar.gz 二、安装前的配置 首先把文件解压,我解压在了/Software文件夹下,解压后会出现一个名字为ace_wrappers的文件夹。这样所有ace的源文件都在/Software/ace_wrappers里面 配置环境变量: # vi /etc/profile 增加如下的内容 ace_ROOT=/Software/ace_wrappers ------就是上面存放ace源文件的目录 export ace_ROOT ...
1. hpux 11.o compiler:CC ace:5.5.1 2. config.h 内容: #Include "ace/config-hpux-11.oo.h" platform_macros.GNU 内容: include $(ace_ROOT)/include/makeinclude/platform_hpux.GNU 3. 编译时提示: ace_wrappers/ace/Truncate.h", line 31: error 4036: Can't open include file 'limits' /ace_wrappers/ace/Naming_Context.h", line 379: warning 2006: Parameter holes filled with a null...
1. hpux 11.o compiler:CC ace:5.5.1 2. config.h 内容: #Include \"ace/config-hpux-11.oo.h\" platform_macros.GNU 内容: include $(ace_ROOT)/include/makeinclude/platform_hpux.GNU 3. 编译时提示: ace_wrappers/ace/Truncate.h\", line 31: error 4036: Can\'t open include file \'limits\' /ace_wrappers/ace/Naming_Context.h\", line 379: warning 2006: Parameter holes filled with...
aCC -g +DD64 -AA -w -D_INCLUDE_LONGLONG -D_RWSTD_MULTI_THREAD -D_REENTRANT -z -D__GNU_LIBRARY__ -L/sgw/laixf/lib/shared -L/sgw/laixf/lib/static -L/sgw/laixf/src/opensource/ace_wrappers/lib -L/lib -lace -lmsgswitch -lpthread -lprocess -lpublic -lbusiness -lcommunicate -z -o sgwmsgswitch main.o ld: (Warning) Unsatisfied symbol "ace_Reactor::remove_handler(ace_Event_Handler*,unsigned lo...