Re: Examples of Makefiles for Universal Binaries?
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