On 20 December 2010 12:46, Robert Dell wrote: > i wrote a program to replace gcc which simply logs all parameters to a log > file and then runs the renamed gcc, passing those parameters back. > i did this in order to make a makefile from my xcode project. i have > everything working properly with one exception. how do i link the ppc code > with the intel code for mac universal applications? I think you need to use the 'lipo' tool, not gcc