2007-10-21

Building ACE on Mac OS X 10.4.10 (Tiger) PPC

  1. cd ~/tmp
  2. tar -xjf ACE-5.6.tar.bz2
  3. export ACE_ROOT=~/tmp/ACE_wrappers
  4. export DYLD_LIBRARY_PATH=$ACE_ROOT/ace:$ACE_ROOT/lib
  5. cd $ACE_ROOT
  6. vi $ACE_ROOT/ace/config.h: #include "ace/config-macosx-tiger.h"
  7. vi $ACE_ROOT/include/makeinclude/platform_macros.GNU: include $(ACE_ROOT)/include/makeinclude/platform_macosx_tiger.GNU
  8. make (3.80)
  9. 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: