1. Set the ace_root environment variable: ace_root = / home / redwood / soft / ace_wrappers export ace_root 2. Create two file links for different versions: under $ ACE_ROOT / ACE directory:% ln -s config-linux.h config.h under $ ACE_ROOT / include / makeinclude / directory:% ln -s platform_linux.GNU platform_macros.GNU 3. set LD_LIBRARY_PATH environment variable: LD_LIBRARY_PATH = $ ACE_ROOT / ace: $ LD_LIBRARY_PATH export LD_LIBRARY_PATH
4. Run the configuration script ./configure
5. Compile #> make
6, install #> make install