• lipo(1): "create or operate on universal files"
    • lipo -create intel.a ppc.a -output universal.a
  • You'll have to run ranlib once or else linking will fail
  • For deployment situations, be sure to use strip -S
  • Next: Making it lazy compliant