Linux系统下如何编译ACE6.1.5版本
Ace的官方网站
http://www.cs.wustl.edu/~schmidt/ACE.html
下载地址
http://download.dre.vanderbilt.edu/
ACE-6.1.5.tar.gz
6.1.5(截止2012年10月30日星期二)
将ACE-6.1.5.tar.gz解压到到/home/aceuser/ace
cd /home/aceuser/ace
tar -zxvf ACE-6.1.5.tar.gz
#vi /home/aceuser/.bashrc
加入下面两行:
exportACE_ROOT=/home/aceuser/ace/ACE_wrappers
exportLD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ACE_ROOT/ace
运行source /home/aceuser/.bashrc,让环境变量生效。
#cd /home/aceuser/ace/ACE_wrappers/ace/
#ln -s ./config-linux.h ./config.h
#cd /home/aceuser/ace/ACE_wrappers/include/makeinclude/
#ln -s ./platform_linux.GNU ./platform_macros.GNU
编译命令:
make -f GNUmakefile