在solaris9下安装,需要能找到gmake命令,solaris自带的make不行。
下载ACE-5.3.tar放到$HOME/study目录下
1: cd到$HOME/study,执行tar xvf ACE-5.3.tar在该目录下解压出ACE_wrappers目录
2: export ACE_ROOT=$HOME/study/ACE_wrappers
3: ln -s $HOME/study/ACE_wrappers/ace/config-sunos5.9.h $HOME/study/ACE_wrappers/ace/config.h
4: ln -s $HOME/study/ACE_wrappers/include/makeinclude/platform_sunos5_sunc++.GNU $HOME/study/ACE_wrappers/include/makeinclude/platform_macros.GNU
5: cd $ACE_ROOT
6: gmake
阅读(884) | 评论(0) | 转发(0) |