• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Examples of Makefiles for Universal Binaries?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Examples of Makefiles for Universal Binaries?


  • Subject: Re: Examples of Makefiles for Universal Binaries?
  • From: Rick Mann <email@hidden>
  • Date: Mon, 5 Feb 2007 14:47:47 -0800


On Feb 5, 2007, at 13:27 , John Daniel wrote:

Well, not all the docs. I have a philosophical problem with having MacOS X and then still having to use things like fink, separate makefiles, and custom Xcode projects to build source code. None of that is necessary. I prefer non-invasive solutions. In your case, I would try something like:

env CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 - arch ppc" make


I was trying that (specifying both arch's), but it didn't work. Then I realized I was just forgetting it on the final binary!


Works great, thanks!

and see what happens. I have zero experience with the D compiler, but the above line has worked great for me on several projects. I happen to like the way your makefile is designed. I'm hoping you don' t have to change it.

Why, thank you.

--
Rick


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >RE: Examples of Makefiles for Universal Binaries? (From: "Syd Polk" <email@hidden>)
 >Re: Examples of Makefiles for Universal Binaries? (From: Rick Mann <email@hidden>)
 >Re: Examples of Makefiles for Universal Binaries? (From: John Daniel <email@hidden>)

  • Prev by Date: Re: Examples of Makefiles for Universal Binaries?
  • Next by Date: Re: Bizarre x86 segment layout problem causing select() slowdown
  • Previous by thread: Re: Examples of Makefiles for Universal Binaries?
  • Next by thread: WEAK linking to TWO dylibs fails
  • Index(es):
    • Date
    • Thread