On Oct 11, 2007, at 1:43 PM, Brad Miller wrote:
Its doable without a lot of work I think, I was just hoping someone could save me the time of digging through sources to figure out how to build it as a universal binary.
I've built things as universal by just adding this to the CFLAGS variable:
-arch ppc -arch i386
You should know that I have no idea what I'm doing, but it seems to work for wget and a few other command-line tools. You can check whether or not something's universal using the `file` command.
--- Rob McBroom http://www.skurfer.com/ I didn't "switch" to Apple... my OS did.