- cd ~/tmp
- tar -xjf ACE-5.6.tar.bz2
- export ACE_ROOT=~/tmp/ACE_wrappers
- export DYLD_LIBRARY_PATH=$ACE_ROOT/ace:$ACE_ROOT/lib
- cd $ACE_ROOT
- vi $ACE_ROOT/ace/config.h: #include "ace/config-macosx-tiger.h"
- vi $ACE_ROOT/include/makeinclude/platform_macros.GNU: include $(ACE_ROOT)/include/makeinclude/platform_macosx_tiger.GNU
- make (3.80)
- Make would fail in directory apps/gperf/tests. Ignore it.
--
The full packages do contain all sources with pre generated makefiles for GNU make, Visual C++ 7.1/8.0, Borland C++ make, and GNU autoconf. The sources only packes just contain the sources, you have to generate your own makefiles with MPC.
No comments:
Post a Comment