Re: Examples of Makefiles for Universal Binaries?
Re: Examples of Makefiles for Universal Binaries?
- Subject: Re: Examples of Makefiles for Universal Binaries?
- From: John Daniel <email@hidden>
- Date: Mon, 5 Feb 2007 15:27:19 -0600
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
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.
John
On Feb 5, 2007, at 2:36 PM, Rick Mann wrote:
On Feb 5, 2007, at 12:23 , Syd Polk wrote:
If you are not using Xcode's build system, I would have my
makefile build
each architecture separately, and then lipo the resulting executables
together at the end.
Yeah, that's what all the docs suggest, but I was hoping to see an
actual, non-trivial Makefile. Make isn't behaving the way I'd hoped.
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40etresoft.com
This email sent to email@hidden
_______________________________________________
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