This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linking files


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]