1,download the latest version software ACE 5.7, TAO 1.7,
2,create file svc_acetao.sh
PATH=$PATH:/opt/SUNWspro/bin:/usr/sfw/bin;export PATH
ACE_ROOT=/opt/ACE_wrappers;export ACE_ROOT
TAO_ROOT=$ACE_ROOT/TAO;export TAO_ROOT
LD_LIBRARY_PATH=$ACE_ROOT/ace;$ACE_ROOT/lib;export LD_LIBRARY_PATH
3,create file $ACE_ROOT/ace/config.h
#ifndef ACE_CONFIG_H
#include "ace/config-sunos5.10.h"
#define ERRMAX 256 /* Needed for following define */
#define ACE_LACKS_SYS_NERR
#endif /* ACE_CONFIG_H */
4,new $ACE_ROOT/include/makeinclude/platform_macros.GNU
include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU
5,
#cd $ACE_ROOT
#. ./svc_acetao.sh
#gmake
#cd TAO
#gmake
阅读(1379) | 评论(0) | 转发(0) |