- windows
- ACE_wrapper/ace 에서
- config.h 파일 생성
#define ACE_HAS_STANDARD_CPP_LIBRARY 1
#include “config-win32.h” - linux
- ACE_wrapper/ace 에서
ln –s config-linux.h config.h - ACE_wrapper/include/makeinclude 에서
ln –s platform_aix_ibm.GNU platform_macros.GNU - .bash_profile
export ACE_ROOT=~/Library/ACE-5.7.9
export LD_LIBRARY_PATH=$ACE_ROOT/ace - ACE_wrapper/ace 에서
../configure --enable-stdcpplib
gmake buildbits=64 - AIX
- ACE_wrapper/ace 에서
ln –s config-aix-5.x.h config.h - ACE_wrapper/include/makeinclude 에서
ln –s platform_aix_ibm.GNU platform_macros.GNU - .profile
export ACE_ROOT=$HOME/lib/ACE-5.5/ACE_wrappers
export LIBPATH=.:$ACE_ROOT/ace - ACE_wrapper/ace 에서
../configure --enable-stdcpplib
gmake buildbits=64 static_libs=1
'ACE_ROOT'에 해당되는 글 1건
- 2010/06/22 ACE 설치 방법




댓글을 달아 주세요