1.环境变量的设置vim /etc/profile
2.然后输入export ACE_ROOT=/root/ACE/ACE_wrappers
- export MPC_ROOT=$ACE_ROOT/MPC
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ACE_ROOT/ace:$ACE_ROOT/lib:/usr/local/lib
3.选择平台配置文件,本系统应该选择config-linux.h,进入$ACE_ROOT/ace,执行命令:
cp config-linux.h config.h
4.cp /root/ACE/ACE_wrappers/include/makeinclude/platform_linux.GNU /root/ACE/ACE_wrappers/apps/gperf/platform_macros.GNU
具体根据个人目录来
5.执行命令make -f GNUmakefile
ok!